undkonsorten / powermailpdf
Powermail PDF Form
Installs: 40 549
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 6
Forks: 7
Open Issues: 7
Type:typo3-cms-extension
Requires
- in2code/powermail: ^8 || ^9 || ^10
- tmw/fpdm: ^2.9
- typo3/cms-core: ^10.4 || ^11.5
This package is auto-updated.
Last update: 2024-11-28 14:06:32 UTC
README
Description
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.
Features
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
Screenshot
Requirements
- typo3/cms-core: ^10.4
- in2code/powermail: ^8
- tmw/fpdm: ^2.9
Documentation
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)
Installation
- 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.
Release Management
PowermailPdf uses semantic versioning.
Credits
The extension is created and maintained by undkonsorten - Die Berliner Internetagentur our developer Eike Starkmann.
It was first published in 2013.