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/

Extending this class

<?php
/**
* New class description goes here
* 
* @author Your Name, 2024-04-28
**/
class NewClassName extends Fpdi {
    
}
?>