As can be seen in the image above, the pdf is split over 2 pages. Is there any way using itext7 to combine these pages or make the pdf content smaller to fit into 1?
As can be seen in the image above, the pdf is split over 2 pages. Is there any way using itext7 to combine these pages or make the pdf content smaller to fit into 1?
I'm not sure if this is exactly what you're looking for, but there's an FAQ on iText's Knowledge Base with an example for scaling down pages - https://kb.itextpdf.com/home/it7kb/faq/how-to-fix-the-orientation-of-a-pdf-page-in-order-to-scale-it. The C# version of the referenced example can be found at https://github.com/itext/i7ns-samples/blob/develop/itext/itext.samples/itext/samples/sandbox/events/ScaleDown.cs