digicomp/flowwkhtmltopdfadapter
composer require digicomp/flowwkhtmltopdfadapter
Using pdf/snappy for a nice integration of wkhtmltopdf as ViewInterface
dev-develop
- Requires
- php: >=7.4
- knplabs/knp-snappy: ^1.0.0
- neos/flow: ^7.3.0 | ^8.2
- symfony/process: ^4.0.0 | ^5.0.0 | ^6.0.0
- Requires (dev)
- phpunit/phpunit: ~8.5
Readme excerpt
DigiComp.FlowWkhtmlToPdfAdapterThis Package provides a pdf View for your TYPO3\Flow ActionControllers. This view connects up to three Fluid Templates:
- body-html (required, defaultPath: @templateRoot/@subpackage/@controller/@action.PDFBody.html)
- header-html (optional, defaultPath: @templateRoot/@subpackage/@controller/@action.PDFFoot.html)
- footer-html (optional, defaultPath: @templateRoot/@subpackage/@controller/@action.PDFHead.html)
Header-html and footer-html will be used, if found.
Additionally you may set ALL options KNP\Snappy (a wkthmltopdf-Abstraction) understands in your Views.yaml to configure your PDF View.
- r…Read more
The same vendor provides 9 package(s).