Skip to content

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

Open
@JanSlabon

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.

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