Tiff to pdf

This Forum is for the use of Software Developers requiring help and assistance for Tracker Software's PDF-Tools SDK of Library DLL functions(only) - Please use the PDF-XChange Drivers API SDK Forum for assistance with all PDF Print Driver related topics or PDF-XChange Viewer SDK if appropriate.

Moderators: TrackerSupp-Daniel, Tracker Support, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Tracker Supp-Stefan

Post Reply
nirnir
User
Posts: 30
Joined: Wed Aug 25, 2010 10:22 am

Tiff to pdf

Post by nirnir »

Hi
Do you have an option to add/convert tiff file to pdf ?

Nir
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17939
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: Tiff to pdf

Post by Tracker Supp-Stefan »

Hello Nir,

Yes you can use the PXCLIB40 functions (in the the PDF-Tools and PDF-XChange PRO SDK's) for content creation and with them you can easily create either new files, or new pages in existing PDF documents, and fill in the page(s) with any images you have. Just make sure to process and open the images correctly and if you would be using our Image XChange for this purpose - don't forget to include the fm40tiff.dll for TIFF support.

Best,
Stefan
nirnir
User
Posts: 30
Joined: Wed Aug 25, 2010 10:22 am

Re: Tiff to pdf

Post by nirnir »

Thanks,
Do you have any source example showing how to convert multi page tiff to pdf file ?

Nir
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17939
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: Tiff to pdf

Post by Tracker Supp-Stefan »

Hello Nir,

Please have a look at the PXC_AddImageA and PXC_PlaceImage functions.
There are examples provided in the standard code samples supplied with the SDK.

Best,
Stefan
Post Reply