2PDF web application.

v1.0.1 2018-10-05 14:44 UTC

This package is auto-updated.

Last update: 2024-04-06 08:58:48 UTC


README

Total Downloads Latest Stable Version License

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.