mittwald / typo3-web2pdf

A TYPO3 extension for rendering content as PDF
GNU General Public License v2.0
18 stars 20 forks source link

[TASK] added hook, composer changes #65

Open anjeylink opened 7 years ago

anjeylink commented 7 years ago
  1. Added hook call after PDF file was generated. Useful if someone needs to just save file or override variables (for example filename).
  2. Update mpdf dependency to 6.1.3
  3. Check on typo3 8.5. Working fine
  4. mpdf will be loaded two times if typo3 is in composer mode
kpurrmann commented 6 years ago

@anjeylink Could you provide your feature commit and added hook in a separate PR?