jurosh / php-pdf-merge

PDF Merge library for PHP
Apache License 2.0
140 stars 38 forks source link

links broken after merge #7

Open djs84 opened 5 years ago

djs84 commented 5 years ago

Hello,

after merge, all links in the document disappeared. :( I use ancor tags in my table of content in the pdf document

$pdf = new \Jurosh\PDFMerge\PDFMerger; $pdf->addPDF($reisenummer.'.pdf', 'all') ->addPDF(Anhang.pdf', 'all'); $pdf->merge('file', 'test.pdf');

pud-micha commented 5 days ago

same problem here. I've created a dompdf file from html with a working <a href ..> link. after merge it turned into plain text.