How can I split pdf file? I tried use FPDI, but pdf file must have version 1.4. Are there any other FREE solutions in php for split pdf by pages and save each page to seperate file? Really dont see any other free solution.Thanks!
Question posted in PHP Versions
You can find a list of all versions here.
You can find a list of all versions here.
2
Answers
For split pdf by pages you can use http://pdfparser.org/ and for save each page to seperate file https://mpdf.github.io/
Try PDFtk Server. It is a command-line tool which you can execute from a PHP script. It allows many different kinds of PDF manipulation, like splitting a document into smaller pieces. PDFtk is free.
Example command-line use: