Re: Reduce File Size generated using ApachePDFBox

2024-07-15 Thread Tilman Hausherr
Make sure the fonts are subset, and use each font object only once i.e. don't use several font objects for the same font in one PDF. Same for images: don't use several image objects for the same image (e.g. a company logo that appears on every page). For further advice, please upload a result

Reduce File Size generated using ApachePDFBox

2024-07-14 Thread praveen buya
Hi Team, We are working on a requirement to convert Zebra format to PDF using PDFBox, we are parsing the Zebra format text and manually drawing , inserting text and tables,Images in PDF format using PDFBox PDPageContentStream , PDImageXObject etc. But the issue which we have is with the file size.