sandrobocon / 2pdf
2PDF web application.
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.6.4
- chumper/zipper: 1.0.x
- kris/laravel-form-builder: ^1.11
- laravel/framework: 5.4.*
- laravel/tinker: ~1.0
Requires (Dev)
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~5.7
This package is auto-updated.
Last update: 2025-03-06 11:09:46 UTC
README
About 2PDF
2PDF is a simple web application, with REST API, that receives a list of HTML files (compressed by zip) and returns it in PDF (compressed by zip). Can be very useful to integrate with other applications that require convert many HTML files. It is coded with Laravel and it requires to have installed and configured wkhtmltox.
How install
You can use composer
composer require sandrobocon/2pdf
Do not forget to install and configure wkhtmltox.
How to use
TODO
License
The 2PDF framework is open-sourced software licensed under the MIT license.