Skip to main navigation Skip to main content Skip to page footer

Fluid FPDF Tutorial Bookmarks

<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:bookmark title="Page 1" isUTF8="false" />
    <fpdf:bookmark title="Paragraph 1" isUTF8="false" level="1" y="-1" />
    <fpdf:cell width="0" height="6" text="Paragraph 1" />
    <fpdf:ln height="50" />
    <fpdf:bookmark title="Paragraph 2" isUTF8="false" level="1" y="-1" />
    <fpdf:cell width="0" height="6" text="Paragraph 2" />

    <fpdf:addPage />
    <fpdf:bookmark title="Page 2" isUTF8="false" />
    <fpdf:bookmark title="Paragraph 3" isUTF8="false" level="1" y="-1" />
    <fpdf:cell width="0" height="6" text="Paragraph 3" />

</fpdf:pdf>
</html>
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.

Menu