Hello,
I was wondering if anyone knows how to make PDF files generated by the datawindow SaveAs() method smaller. The following are the settings I'm using:
idw_to_save.Object.DataWindow.Export.PDF.NativePDF.UsePrintSpec = 'Yes'
idw_to_save.Object.DataWindow.Export.PDF.Method = NativePDF!
idw_to_save.Object.DataWindow.Export.PDF.NativePDF.PDFStandard = '2' //PDF/A-1b
idw_to_save.Object.DataWindow.Export.PDF.NativePDF.ImageFormat = '1' // JPG
li_rc = idw_to_save.saveAs( as_path, PDF!, true)
Best regards,
Konstantin