php-pdf-merge icon indicating copy to clipboard operation
php-pdf-merge copied to clipboard

links broken after merge

Open djs84 opened this issue 6 years ago • 0 comments

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');

djs84 avatar Jan 08 '19 11:01 djs84