source: trunk/client/inc/hpdf5/spipu/html2pdf/README.md@ 347

Last change on this file since 347 was 347, checked in by roby, 3 years ago

Aggiornamento per compatibilità con php7.4

File size: 1.2 KB
Line 
1# Html2Pdf
2
3Html2Pdf is a HTML to PDF converter written in PHP, and compatible with PHP **5.6** to **7.4**.
4
5It allows the conversion of valid HTML in PDF format, to generate documents like invoices, documentation, ...
6
7You have to write a code of HTML for Html2Pdf, and not try to convert directly an already existing html page.
8
9Specific tags have been implemented, to adapt the html standard to a PDF usage.
10
11You must use Composer to install this library.
12
13It uses TCPDF for the PDF part.
14
15## Requirements
16
17Html2Pdf works with PHP >5.6 and Composer.
18
19You will also need at least the following php extensions:
20
21* gd
22* mbstring
23
24## Documentation
25
26You will find the install documentation [here](./doc/install.md).
27
28You will find all the documentation [here](./doc/README.md).
29
30You will find lots of examples [here](./examples/).
31
32## Donate
33
34You can support this project by making a [donation](http://html2pdf.fr/en/donate).
35
36## Change log
37
38See the [./CHANGELOG.md](./CHANGELOG.md) file.
39
40## Help & Support
41
42For questions and bug reports, please use the GitHub issues page.
43
44## License
45
46This program is distributed under the OSL License. For more information see the [./LICENSE.md](./LICENSE.md) file.
47
48Copyright 2008-2018 by Laurent Minguet
Note: See TracBrowser for help on using the repository browser.