Fluid FPDF Tutorial 1
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
xmlns:f="http://typo3.org/ns/fluid/ViewHelpers"
xmlns:fpdf="http://typo3.org/ns/CodingMs/FluidFpdf/ViewHelpers"
data-namespace-typo3-fluid="true">
<fpdf:pdf>
<fpdf:addPage>
<fpdf:setFont family="Arial" style="B" size="16" />
<fpdf:cell width="40" height="10" text="Hello World!" />
</fpdf:addPage>
</fpdf:pdf>
</html>