We are investigating replacing Office Automation with Aspose.Total. Our current solution uses printing to print office docs to an imaging printer driver, because we really need images. Aspose has image conversion functionality with their renderers that could/should suit our needs. We would like to convert to PDF as our output format.
Word printing has an option called “Scale to Paper Size”, that resizes each page to fit the selected paper size, and we extend this functionality to our users. Does Aspose implement anything similar? Aspose provides RenderToScale, but that requires you to render each page to a graphic device (bitmap), not a PDF.
How can I render an entire document to a PDF, with each page’s contents scaling to match the desired paper size?
image.png (7.8 KB)