.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../Includes.txt .. _templatepdf: Template PDF ============ .. _intro: Intro ----- There is the possibility to load existing PDF documents and use them as template. Under the hood pdfviewhelpers uses FPDI_ to import PDF documents as template. You must include the static TypoScript template of the extension in order to make this example work. .. _FPDI: https://www.setasign.com/ .. _typoscript: TypoScript ---------- :: page = PAGE page { 10 = FLUIDTEMPLATE 10 { file = EXT:pdfviewhelpers/Resources/Public/Example/PDFTemplate.html } } plugin.tx_pdfviewhelpers.settings { config { class = Bithost\Pdfviewhelpers\Model\EmptyFPDI } } .. _fluid: Fluid Template -------------- :: {namespace pdf=Bithost\Pdfviewhelpers\ViewHelpers} Here is your header Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt.