Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
lzehnder
Posted - Feb 15 2013 : 08:53:48Hello,
I took your example Multivew2.
I added a menu for PDF export: ImageEnMView1.MIO.SaveToFile('test.pdf');
When I export a TIFF file (32 pages color compressed JPEG 9MB), my PDF weighs 800 MB ...
Here are the details of my TIFF file :
Can you help me please?
1 L A T E S T R E P L I E S (Newest First)
w2m
Posted - Feb 15 2013 : 09:13:00 I am not sure if this will help in your case, but try setting the ImageEnMView1.MIO[i].Params.PDF_Compression := ioPDF_JPEG or ImageEnMView1.MIO[i].Params.PDF_Compression := ioPDF_LZW before saving the file.