Code Sample: Split a PDF document in 2 in Java

This Java program splits one PDF document into two PDF files using Qoppa’s library jPDFAssemble: a first PDF document (“split1”) which contains the first and second page and a second PDF document (“split2”) which contains the third and fourth page of the original PDF. // Load the original PDF document PDFAssemble pdfDoc1 = new PDFAssemble […]

Read More