PDA

Click to See Complete Forum and Search --> : Printing a tiff using office ??


venerable bede
Mar 28th, 2007, 07:48 AM
I am just finishing an application which handles documents of various type but have just realised that there is no print functionality:sick:

One good thing is that all users must have at least office 2003 on there machines and I wouldn't mind utilising that.

Any Ideas ?


TIA

Hack
Mar 28th, 2007, 09:24 AM
Can these various documents be opened using Word or Excel?

venerable bede
Mar 28th, 2007, 10:39 AM
I'm not sure if tiffs can be opened in either of these but if I right click on a tiff in windows and choose print it prints it out fine.

I was thinking about maybe using the windows fax viewer.

RobDog888
Mar 28th, 2007, 11:12 AM
Try Process.StartInfo.Verb = "Print" with the prerequisits of the rest of the StartInfo and that should do the same as right click > Print.