473,804 Members | 2,261 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Where can I find PrintFramework. zip? Need to print multipage tiff

I've been searching for the file PrintFramework. zip that I've seen linked on
tons of posts but all the links are bad. Does anynone know where I can get
a copy of this code, I hoping it is what I need to get me going on printing
multipage tiff. Thanks
Nov 21 '05 #1
2 2069
The links that were unsuccessful link to Herfried's website. If you go on
there & try to trace the file then all I can come up with is a PrintDemo
example, here:

http://dotnet.mvps.org/dotnet/sample...intingDemo.zip

If you understand German then visit the page with the above example, here:

http://dotnet.mvps.org/dotnet/samples/printing/

Looking at the above example. Its a extended print preview, gets a list of
default printers & a few other things

The author has put a sort of copyright to this, but you can get a list of
default printers from my example, here:

http://www.gotdotnet.com/Community/U...d-eb98ae425f9f

And you can get the info & a HowTo use the print dialog etc by visiting the
following page:

http://support.microsoft.com/default...b;en-us;811401

Extension to above article:

http://www.gotdotnet.com/Community/U...2-02dc02784d23

A few other docs:

http://www.startvbdotnet.com/controls/printdialog.aspx

http://www.gotdotnet.com/Community/U...9-bdc371f3959a

http://www.gotdotnet.com/Community/U...7-4b7e894c8fd4

I hope this maybe of some help.

Crouchie1998
BA (HONS) MCP MCSE
Nov 21 '05 #2
Wow, thanks for all the great links. That should get me where I need to be.
Thanks

"Crouchie19 98" <cr**********@s pamcop.net> wrote in message
news:OT******** *****@TK2MSFTNG P12.phx.gbl...
The links that were unsuccessful link to Herfried's website. If you go on
there & try to trace the file then all I can come up with is a PrintDemo
example, here:

http://dotnet.mvps.org/dotnet/sample...intingDemo.zip

If you understand German then visit the page with the above example, here:

http://dotnet.mvps.org/dotnet/samples/printing/

Looking at the above example. Its a extended print preview, gets a list of
default printers & a few other things

The author has put a sort of copyright to this, but you can get a list of
default printers from my example, here:

http://www.gotdotnet.com/Community/U...mpleGuid=a8ab6
16c-7072-4e34-b1ad-eb98ae425f9f
And you can get the info & a HowTo use the print dialog etc by visiting the following page:

http://support.microsoft.com/default...b;en-us;811401

Extension to above article:

http://www.gotdotnet.com/Community/U...mpleGuid=a3e8d
a33-566d-4965-82c2-02dc02784d23
A few other docs:

http://www.startvbdotnet.com/controls/printdialog.aspx

http://www.gotdotnet.com/Community/U...mpleGuid=859c9
f01-a94e-4cff-aba9-bdc371f3959a
http://www.gotdotnet.com/Community/U...mpleGuid=a12c5
379-4c42-4b71-81d7-4b7e894c8fd4
I hope this maybe of some help.

Crouchie1998
BA (HONS) MCP MCSE

Nov 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2611
by: SF | last post by:
Folks, I've been running into problems with a multipage Tif viewer that I wrote to display fax images in an ASP.Net app. I've been basically following the standard examples on how to do this: - Read the image from a file - set the current frame - write the frame data to an output stream
1
2748
by: Ather Ali Shaikh | last post by:
I have a toolkit which is doing the same. but I want to write my own code. That will receive a tiff image and convert it into multipage jpeg file. Regards Ather Ali Shaikh
3
11016
by: Al | last post by:
Is it possible, using only VB.NET code, to extract a single page from a multipage tiff file?
2
8642
by: Becker | last post by:
I have a two page TIFF document. I simply want to create an array of image and put the two pages of this multipage tiff in this array for some further processing on seperate "images." The problem is that i can use the image.selectactiveframe to get to the individual page, but everytime i tray to say: img(icount) = myimg.SelectActiveFrame(oFDimension, iCount) The problem is that the entire tiff is put into img(icount). Any ideas?
0
1343
by: munish | last post by:
Hi, I am trying to send a tiff file which contains multiple pages/frames as a dime attachment. When I am saving the file on the server only the first page of image gets saved. Any Ideasv how to pass Multipage tiff
3
1477
by: johnb41 | last post by:
I am building a .net app that does some simple image tasks (Tiff files): viewing Tiff, viewing thumbnails from multipage tiff, rotation, page (frame) deletion, etc. The problem is that it is so frustratingly slow. Creating and viewing thumbnails for a 50-page tiff (scan of text document) takes about 40 seconds. Commercial image viewers do the same thing in a split second. I read on bobpowell.net that for fast GDI+, you need DirectX...
2
5933
by: Hulk | last post by:
Hello, Have anyone of you used any commercial/open source libraries that has a C# API to convert PDF files to Multipage Tiff files? What products are available, can you give any suggestions? Cheers!
0
1238
by: Luke | last post by:
I have a big (500+ MB) multipage TIFF image file and a database file which contains index to each image in the TIFF file. The scheme of the database is very simple. imagename (text) byte offset (integer)
0
1477
by: Luke | last post by:
I have a big (500+ MB) multipage TIFF image file and a database file which contains index to each image in the TIFF file. The scheme of the database is very simple. imagename (text) byte offset (integer) So, it would list as
0
9594
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10599
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10346
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9173
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7635
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6863
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5531
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5673
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3832
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.