The ** TYPO3 extension PowermailPdf** converts form data into a PDF document. After submitting the form, the PDF can be downloaded or attached to and email.
The TYPO3 extension PowermailPdf extends the TYPO3 extension Powermail.
Add form data into a marker bases pdf template file and
- Add a download link to the (filled) pdf or given file.
- Attaches the file
- typo3/cms-core: ^10.4
- in2code/powermail: ^8
- tmw/fpdm: ^2.9
A more detailed Documentation for PowermailPdf can be found on the TYPO3 Documentation Server.
More information on the technical background can be found on the blog post (in German)
- Install the extension via [Composer][3]
- Enable the extension in the TYPO3 extension manager
- Add the static TypoScript
- Enable the pdf creation for powermail by adding to your TypoScript constants:
plugin.tx_powermailpdf.settings.enablePowermailPdf = 1
Important: If you have multiple powermail form, but only one form should create a PDF – Add this constant only on the page with the powermail form plugin.
PowermailPdf uses semantic versioning.
The extension is created and maintained by undkonsorten - Die Berliner Internetagentur our developer Eike Starkmann.
It was first published in 2013.