SproutCMS

This is the code documentation for the SproutCMS project

class Fpdi

Implements FPDI library without having to hack up its source code (much).
FPDI is a PDF document importer which works with FPDF, so you can use nicely designed PDFs as templates,
and then dynamically add data to them.
See https://github.com/Setasign/FPDI or https://www.setasign.com/products/fpdi/about/

Source code (1 result)

/sprout/Helpers/Fpdi.php   Highlighted file source

Line 21: * Implements FPDI library without having to hack up its source code (much).
Line 22: * FPDI is a PDF document importer which works with FPDF, so you can use nicely designed PDFs as templates,
Line 24: * See https://github.com/Setasign/FPDI or https://www.setasign.com/products/fpdi/about/
Line 26: class Fpdi extends \setasign\Fpdi\Fpdi
Line 28: // See the FPDI class for the actual code

A total of 5 lines in 1 file was found