Barcode Example
<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:setFont family="Arial" style="" size="15" />
<fpdf:addPage />
<fpdf:barcode x="20" y="20" width="150" height="40" code="www.coding.ms" />
<fpdf:cell width="0" height="6" text="www.coding.ms" />
</fpdf:pdf>
</html>