Printing a tiff using office ??
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
Re: Printing a tiff using office ??
Can these various documents be opened using Word or Excel?
Re: Printing a tiff using office ??
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.
Re: Printing a tiff using office ??
Try Process.StartInfo.Verb = "Print" with the prerequisits of the rest of the StartInfo and that should do the same as right click > Print.