Duplicate repository
Hi. I have seen that this repo is a fork of TCPDF. Is there a speacial reason why you have forked it? Because the author of TCPDF has put TCPDF on packagist, too (https://packagist.org/packages/tecnick.com/tcpdf) and he is hosting an official fork on Github: https://github.com/tecnickcom/TCPDF.
Maybe you could consider using that repo instead of your own. This would avoid duplicate code if somebody using the official TCPDF and your html2pdf
Hello there, sorry for the long time before answering. I did not see the notification.
I forked this repo because some other repos I have need to use tcpdf version 5. But the official repository has tags starting only from version 6.
Maybe you could try to contact @nicolaasuni for tagging earlier versions, if it's possible for him?
Or (maybe even better) you can add an alias in your composer requirement.
Hello there. It's been a while ! Someone pushed a bump for html2pdf to use tcpdf 6.x. After testing and validating it is stable, I will deprecate this repository in favor of the official one !
Great, thanks ;)