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