Closed Seb33300 closed 8 years ago
Can you please update FPDF and FPDI libraries?
https://github.com/Setasign
The principal issue I have is that FPDI just make a 'die' when an error occurs instead of throwing an exception. This was solved in the latest FPDI version.
Instead of including them in your repository you may add them to the composer dependency:
{ "require": { "setasign/fpdi-fpdf": "1.6.1" } }
See: https://github.com/Setasign/FPDI
Thx, I was looking at this.
Can you please update FPDF and FPDI libraries?
https://github.com/Setasign
The principal issue I have is that FPDI just make a 'die' when an error occurs instead of throwing an exception. This was solved in the latest FPDI version.
Instead of including them in your repository you may add them to the composer dependency:
See: https://github.com/Setasign/FPDI