rguedes / PDFMerger

PDFMerger compatible with PHP5 for laravel
34 stars 43 forks source link

Update FPDF and FPDI #2

Closed Seb33300 closed 8 years ago

Seb33300 commented 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

rguedes commented 8 years ago

Thx, I was looking at this.