I have two PDFs that i want to merge.
One of the PDFs has a clickable link. For example (https://www.phpdocx.com/)
When using MultiMerges mergePdf function, the link is no longer clickable after merging the two PDFs.
Even though i parse the option: 'annotations' => true
According to the documentations, the link should be imported.
Where is the mistake?