This post shows how to create a jasper report using iReport that displays page numbers and page count, e.g., 1/10. Moreover, the iReport will show the page numbers and page count on top of the pages. iReport 2.0.0 and other
Java – Generate PDF in Specific Version using JasperReports
Some devices can only process specific versions of PDFs. This post shows how to generate specific PDF versions in Java and JasperReports. If our devices are considerably old, chances are they can only process older versions of PDF documents. Java,
Remove Duplicate Fonts in PDF Files
The solutions to things are just out there awaiting discovery. You just need to dig a little bit deeper and do a research. When you combine PDFs using tools like Pdftk or Apache PDFBox, fonts get accumulated and they have, specially embedded ones, direct impact on merged PDF file’s size.