GDI calls to Covert Multiple files into single tiff file

P

Pavan Kumar

Hi All,
To send more than one file in a single fax call .Or similar sort of task
..The answer is some how this


What we did was use native GDI calls to convert the PDFs into TIFFs and
collate them. Then send the single TIFF over to the Fax Server

--
Thank you, Manoj
Microsoft Printing, Imaging and Fax Team
This posting is provided "AS IS" with no warranties, and confers no
rights.
Please do not send email directly to this alias. This alias is for
newsgroup purposes only.'





Instead of pds i hope we can convert any of the file formats to tiffs.

how to convert this and how to do this.

Manoj can u help us in this regard.....




Regards
Pavan
 
R

Raghavendra R [MSFT]

For merging tiff files into one tiff this is the response I got internally
One can use GDI image codecs to merge TIFFs (by obtaining per page data from
each of the tiffs). See the links below - one is to save a multi-paged tiff,
other is to extract individual pages from a tiff - they would give the idea
about how to merge tiffs.

http://msdn.microsoft.com/library/e...ngandsavingamultipleframeimage.asp?frame=true

http://msdn.microsoft.com/library/e...lframesfromamultipleframeimage.asp?frame=true

As far as I know there isn't an easy way to render any file type to tiff.

--
Raghavendra R
Microsoft Printing, Imaging and Fax Team
This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top