Save to PDF printing PDF does not fit on page

Hello I am using Aspose.Words to convert Word documents to PDF’s via the SaveToPDF function. It works great and the resulting PDF files look perfect when I open them. However when I print them, some of them are not fitting completely on the page and are having portions cut off. Is there a way for me to set my document when I do the SaveToPDF so that it will “shrink to fit” the page when printing?

Thanks.

Hi

Thanks for your inquiry. Maybe you should change page margins of your word document before converting it to PDF. Could you please attach sample document for testing?

Best regards.

Thank you for your reply. While it would not be as simple as editing the document as we are processing many documents that are dynamically created and uploaded to our web application, we have found a way to do correct it after doing the SaveAsPDF. We are making use of the Adobe api in our app and setting its ShrinkToFit setting to true at runtime before sending the Pdf to the printer. It seems to be working.

Thanks.

It is nice that you have found the solution.

Best regards.