hanneskod / libmergepdf

PHP library for merging multiple PDFs
391 stars 77 forks source link

why not use official FPDI? #11

Closed michabbb closed 8 years ago

michabbb commented 9 years ago

https://github.com/Setasign/FPDI

hanneskod commented 9 years ago

Oh no reason. It just wasn't composerized when I wrote this library. I am glad they have gotten to it and you are right of course. Will update as soon as I get to it..

garethellis36 commented 9 years ago

Hello @hanneskod any progress on this one?

I am using this library and it's very useful but I need to use the commercial version of FPDI and so far the only way I have to found to use it with your library is to copy-paste methods from \fpdi\fpdi_pdf_parser into a custom class which extends the commercial version. It works but it's quite brittle and liable to fail if one of the library updates at some point!

garethellis36 commented 9 years ago

@hanneskod I just submitted PR #12 for this. HTH