You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 21, 2021. It is now read-only.
This problem is due to the PDF version, as the error says, the FPDI parser is used to parse the pdfs for merge, but this parser has problems handling pdf versions 1.5 and up, the solution that I found, is to convert or downgrade the pdf files to version 1.4, I do this with ghostscript's ps2pdf14 command, like so:
This will leave you with a pdf file that is good for merge. I have tested it with pdf versions 1.5 and 1.7, haven't come across a 1.6, but I doubt it wouln't work.
probably uses a compression technique which is not supported by the free parser shipped with FPDI.
It works with some PDF but most of the PDF will throw the error above
The text was updated successfully, but these errors were encountered: