Skip to content

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

Description

@JanSlabon

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions