Just use the fpdf:useTemplate-ViewHelper, for example:
<fpdf:pdf>
<fpdf:addPage orientation="P" size="A4">
<fpdf:setSourceFile file="EXT:fluid_fpdf/Resources/Private/Pdf/Normbriefbogen_DIN5008.pdf" />
<fpdf:useTemplate pageNo="1" x="0" y="0" />
<f:comment>
// Your PDF content...
</f:comment>
</fpdf:addPage>
</fpdf:pdf>
Documentation
TYPO3 Fluid-FPDF
This extension provides you a complete set of ViewHelpers for dealing with FPDF by using Fluid. You can use the ViewHelpers easily in own Extensions just by defining the fpdf-Namespace. Additionally you're able to use the build in plugin, for displaying predefined PDF. This plugin offers you automatically all available PDFs.
We use cookies on our website. Some of them are essential, while others help us to improve this website and your experience. You can optionally decide which cookies or rather which use you approve to at any time under "cookies settings". You can find further information regarding this, as well as your constant right of cancellation under our
Data Protection Declaration. Our
Imprint can be found here.