myokyawhtun / PDFMerger

PDFMerger compatible for PHP 5, PHP 7, and PHP 8
238 stars 272 forks source link

Updated TCPDF version used to latest one, replace deprecated each function #54

Open tkiseleva opened 3 years ago

tkiseleva commented 3 years ago

I faced with an issue: when I have several links in HTML, only the first one is clickable, it works fine with TCPDF 6.3.5.

Changes:

  1. I've updated TCPDF files by the latest release 6.3.5
  2. Added 2 fixes from https://github.com/myokyawhtun/PDFMerger/pull/44/commits (except "break" fix, because it's already solved in 6.3.5)

Notes:

I've used this library for several purposes:

After the update of the version, all these cases still work correctly.

federicogon commented 3 years ago

these changes are great!!! @myokyawhtun are you going to merge them?