Hello,
I have a pdf file where every page is 899,6 mm x 1238,2 mm big. This huge size is problematic for other components of my program, so I would like to resize it to standard 297mm x 210 mm (a standard A4).
Is there an "easy" way to do this. The only way I've found so far, is converting every page to an image with the method "RenderPdfPageAsImage", then creating an empty pdf with pages of the correct size, and drawing all the created images on the new PDF. But this increases the size of the pdf heavily. If i lower the dpi of the created images, then the pdf at the end it smaller, but I lose way to much quality.
Thanks for the help,
Kind regards
