Split PDF into chunks by page range in Php
问题 so after browsing through many packages like TCPDF, FPDP, DOM2PDF and many other excellent php pdf packages, I couldn't find this feature in any packages where it allows to split the pdf file by page range. for example I want to split the pdf from page 20-100 or 30-50. or create a pdf from a pdf ranging from page 20-100. so is there any library that has this feature ? 回答1: PDFMerger has this functionality, and I personally enjoy its simplicity. $pdf = new PDFMerger; $pdf->addPDF('pdf1.pdf',