Open djs84 opened 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');
same problem here. I've created a dompdf file from html with a working <a href ..> link. after merge it turned into plain text.
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');