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
I encountered an issue while attempting to merge PDFs using Laravel 8 on a different computer. The error message displayed is as follows:
"This PDF document probably uses a compression technique which is not supported by the free parser shipped with FPDI. (See https://www.setasign.com/fpdi-pdf-parser for more details)"
Interestingly, this error does not occur on my personal computer. I find myself perplexed by this situation, as all the libraries and versions involved are largely consistent across both systems.
I have made numerous attempts to resolve this issue through various methods; however, regrettably, the problem persists.
The text was updated successfully, but these errors were encountered:
kokurate
changed the title
PDF probably uses a compression technique which is not supported by the free parser shipped with FPDI
2 Different Response with PDF compression technique which is not supported by the free parser shipped with FPDI
Aug 17, 2023
I am facing the same problem with my local machine. what will be the solution ?
@Tifoysal I have a recommended alternative solution to tackle this problem. Since FreeParser doesn't support PDF versions > 1.5, we can consider downgrading the PDF version to < 1.5. I've tried this approach, and it has been successful.
@kokurate Sorry for the late reply. Currently, I am doing this. I put a link which is an online PDF version converter. But client is not happy with that solution as it is truly not a good solution.
I encountered an issue while attempting to merge PDFs using Laravel 8 on a different computer. The error message displayed is as follows:
"This PDF document probably uses a compression technique which is not supported by the free parser shipped with FPDI. (See https://www.setasign.com/fpdi-pdf-parser for more details)"
Interestingly, this error does not occur on my personal computer. I find myself perplexed by this situation, as all the libraries and versions involved are largely consistent across both systems.
I have made numerous attempts to resolve this issue through various methods; however, regrettably, the problem persists.
The text was updated successfully, but these errors were encountered: