control over export options

PDF-XChange Viewer SDK for Developer's
(ActiveX and Simple DLL Versions)

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

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

control over export options

Post by nirnir »

Hi
How can I change export options as Tiff image file format (GrayScale,Black&White,TrueColor) , compression (Lzh...)
It can be done with your export dialog but I couldn't find the property names in order to do it silently with SetProperty('Export.Image....')

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

Re: control over export options

Post by Tracker Supp-Stefan »

Hello Nir,

The export to image options provided by our end user viewer use our Image XChange SDK functions internally.

So a direct export to image option is not directly available in the Viewer SDKs and you might need to use the simple Viewer SDK to render your pages and then use a tool of your choice (e.g. the mentioned Image XChange SDK) to generate your Tiff Images.

Best,
Stefan
Post Reply