Splitting a PDF results in very large PDF documents with PDFBox 2.0.2
问题 I want to use command java -jar pdfbox-app-2.y.z.jar PDFSplit [OPTIONS] <PDF file> to split one PDF into many other PDFs. But I found that there was a problem: the PDF splited is "ActiveMQ In Action(Manning-2011).pdf" and it's 14.1MB. But when I run java -jar pdfbox-app-2.0.2.jar PDFSplit -split 5 -startPage 21 -endPage 40 -outputPrefix abc "ActiveMQ In Action(Manning-2011).pdf" every PDF is lager than 79MB! How can I prevent this? 回答1: This is a known bug in PDFBox 2.0.2. Splitting works