bithost-gmbh / pdfviewhelpers

TYPO3 CMS extension that provides various Fluid ViewHelpers to generate PDF documents.
GNU General Public License v3.0
44 stars 20 forks source link

Add an mPDF ViewHelper #140

Open maechler opened 4 years ago

maechler commented 4 years ago

For extended HTML Support we could try to add an mPDF ViewHelper and then combine the created PDF using FPDI. We have to take care that headers und footers still work and it would be great if we could just add content before and after the mPDFViewHelper without a page break being necessary.

Could also be done using https://github.com/dompdf/dompdf.