Update to issue #22
"Since FPDI 2.4.0 link annotations with an URI action are imported if the $importExternalLinks parameter of the importPage() method is set to true."
change the line
|
$template = $fpdi->importPage($pageNr); |
to
$template = $fpdi->importPage($pageNr, importExternalLinks: true);
or make it configurable on driver
Update to issue #22
"Since FPDI 2.4.0 link annotations with an URI action are imported if the $importExternalLinks parameter of the importPage() method is set to true."
change the line
libmergepdf/src/Driver/Fpdi2Driver.php
Line 47 in e698264
to
or make it configurable on driver