Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tkiseleva
Copy link

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:

  • Add watermark to existing PDF files (with using TCPDF itself there was an issue with the latest version of pdf).
  • Merge several PDF files into one
  • Generate PDF from HTML

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

@federicogon
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants