Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Pdf created from excel using a macro is very big

Hi,

I use Qlikview macro to export reports to excel and then convert them to PDF files in Macro.

If I convert the excel to PDF in my MSExcel the file size is more or less equal to excel, But if I do that in macro file size is 10 times bigger.

Code used is

ActiveWorkbook.ExportAsFixedFormat xlTypePDF, vFilePath&vFileName, xlQualityMinimum, False

I don't see any difference when I use xlQualityMinimum or xlQualityStandard  in macro.

Excel File is 909 KB

Macro converted PDF file is 11,824 KB

MSExcel converted PDF file is 519 KB for standard

MSExcel converted PDF file is 243 KB for Minimum Size

It will much appreciated if any body could help.

Thanks

Widaad

0 Replies