.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../Includes.txt Extend Existing PDFs -------------------- It is possible to use existing PDFs as a template and extend the PDF where needed. You can either load the template PDF within the TypoScript settings or within the Fluid template itself. When you want to use that feature your PDF class has to extend the class \FPDI. TypoScript """""""""" :: plugin.tx_pdfviewhelpers.settings { config { class = Bithost\Pdfviewhelpers\Model\EmptyFPDI } document { sourceFile = typo3conf/ext/pdfviewhelpers/Resources/Public/Examples/ExtendExistingPDFs/pdf_template.pdf } page { importPage = 1 } } Fluid Template """""""""""""" :: {namespace pdf=Bithost\Pdfviewhelpers\ViewHelpers} [...]