SetaFPDF icon indicating copy to clipboard operation
SetaFPDF copied to clipboard

Setting links is possible if we create a template but the result is faulty

Open JanSlabon opened this issue 2 years ago • 0 comments

It is possible to create links during the creation of a template (beginTemplate() / endTemplate()):

$pdf->beginTemplate();
$pdf->Write(12, 'LINK', 'https://www.setasign.com');
$pdf->endTemplate();

but the link is missplaced then. We should prohibit links in template as we do in FPDI.

JanSlabon avatar Apr 05 '24 08:04 JanSlabon