Hi All,
I am generating pdf files using Aspose cells for Java.
I am not able to set the zoom manually while converting the excel to PDF format.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
If I use the below code
pageSetup.setOrientation(PageOrientationType.LANDSCAPE);
pageSetup.setZoom(100);
By default PDF file is taking 71.7 % zoom
And If I use the below code
pageSetup.setOrientation(PageOrientationType.PORTRAIT);
pageSetup.setZoom(100);
By default PDF file is taking 143% zoom .
It is taking the default zoom irrespective of zoom we are setting manually in both the cases. Please find the attached PDF reports for your reference.
Please let us know how can we make pdf version more readable.