DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

TCPDFΒΆ

Using TCPDF is the easiest way to use TCPDF.

$pdf = $this->objectManager->get(
    \Extcode\TCPDF\Service\TCPDF::class
);

In this way, the full functionality of TCPDF is available in pdf.

If the PDF is to be built using TypoScript and HTML templates, you should have a look at: doc: ../TsTCPDF/Index.