jurosh / php-pdf-merge

PDF Merge library for PHP
Apache License 2.0
140 stars 38 forks source link

This pdf document probably uses a compression technique which is not supported #8

Open ronakrathodit opened 5 years ago

ronakrathodit commented 5 years ago

Getting below error when I tried to upload the latest version of PDF.

This pdf document probably uses a compression technique which is not supported by the free parser shipped with FPDI.

solcomgit commented 4 years ago

Just open pdf file in Chrome go to print and save. The problem is the version of PDF.

Ross-C commented 2 years ago

You can work around this by converting the PDFs before merging using ghostscript

https://github.com/jurosh/php-pdf-merge/issues/18