Update to issue [#22](https://github.com/hanneskod/libmergepdf/issues/22#issuecomment-2796722633) _"Since FPDI 2.4.0 link annotations with an URI action are imported if the $importExternalLinks parameter of the [importPage()](https://manuals.setasign.com/fpdi-manual/v2/the-fpdi-class/#c_setasignFpdiFpdiTraitimportPage) method is set to true."_ change the line https://github.com/hanneskod/libmergepdf/blob/e69826483133bbfbb54b867989018d6cfca2f5b9/src/Driver/Fpdi2Driver.php#L47 to ```php $template = $fpdi->importPage($pageNr, importExternalLinks: true); ``` or make it configurable on driver