jkuchar / pdfresponse
PdfResponse is wrapper of mPDF for Nette.
Installs: 279 540
Dependents: 1
Suggesters: 0
Security: 0
Stars: 10
Watchers: 3
Forks: 24
Open Issues: 7
Requires
- php: ~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.0.0|~8.1.0|~8.2.0
- mpdf/mpdf: ^8.0
- nette/application: ~2.4.0|~3.0.0|~3.1.0
- nette/http: ~2.4.0|~3.0.0|~3.1.0|~3.2.0
- nette/utils: ~2.4.0|~2.5.0|~3.0.0|~3.1.0|~3.2.0
- paquettg/php-html-parser: ^2.1.0
Requires (Dev)
- grifart/phpstan-oneline: ^0.3.0
- nette/tester: ^2.3.1
- phpstan/phpstan: ^0.12.7
This package is auto-updated.
Last update: 2024-10-24 14:21:06 UTC
README
Project that generates PDF from HTML template. Project can be integrated into Nette-based project as Nette\Application\IResponse.
- Project example - https://github.com/jkuchar/PdfResponse-example
- Packagist - https://packagist.org/packages/jkuchar/pdfresponse-example
- Live demo - http://projekty.mujserver.net/nette/PdfResponse/document_root/
Installing example
See PdfResponse-example repositary.
Installation into existing project using Composer
- Open terminal in your project directory
- Type
composer require jkuchar/pdfresponse:dev-master
- You are done!
How to use this project?
Have a look at PdfResponse-example in HomepagePresenter.
Full documentation
- Czech: http://addons.nette.org/cs/pdfresponse
- English: http://addons.nette.org/en/pdfresponse (machine translation)
Other forks
Because this project is imported from original SVN repo, on github are forks that are not connected with this repo.