SetaFPDF
SetaFPDF copied to clipboard
A clone of FPDF with an almost compatible interface while using SetaPDF-Core internally for the PDF generation.
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...
The current doc block for the `$size` param of `\setasign\SetaFpdf\SetaFpdf::SetFont()` is: ``` @param string $size Font size in points. The default value is the current size. If no size has...
We should transform links such as `#doc-1` to GoTo actions for named destinations.
Currently several tests of FPDI functionalities don't work because the return value of `importPage()` had changed.