I've been working with mpdf in order to join pdf files and adding internal links to its pages. I was forced to add fpdi-pdf parser to handle pdf files > v 1.4. I'm having some issues to make them work together because they require class extension and I can't have a class extending both mpdf and fpdi-pdf parser.
There is an easier option to do this integration using tcpdf instead of mpdf, however it would be a pain to lose my entire work with mpdf.
Can you guys give me some advice in this case?