sandrobocon/2pdf is a Laravel package for 2pdf web application..
It currently has 0 GitHub stars and 5 downloads on Packagist (latest version v1.0.1).
Install it with composer require sandrobocon/2pdf.
Discover more Laravel packages by sandrobocon
or browse all Laravel packages to compare alternatives.
Last updated
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.
You can use composer
composer require sandrobocon/2pdf
Do not forget to install and configure wkhtmltox.
TODO
The 2PDF framework is open-sourced software licensed under the MIT license.