Recommend this page to a friend! |
Classes of Dimitri Sitchet | dFramework | system/dependencies/spipu/html2pdf/README.md | Download |
|
DownloadHtml2PdfHtml2Pdf is a HTML to PDF converter written in PHP, and compatible with PHP 5.4 to 7.2. It allows the conversion of valid HTML in PDF format, to generate documents like invoices, documentation, ... You have to write a code of HTML for Html2Pdf, and not try to convert directly an already existing html page. Specific tags have been implemented, to adapt the html standard to a PDF usage. You must use Composer to install this library. It uses TCPDF for the PDF part. RequirementsHtml2Pdf works with PHP >5.4 and Composer. You will also need at least the following php extensions:
DocumentationYou will find the install documentation here. You will find all the documentation here. You will find lots of examples here. DonateYou can support this project by making a donation. Change logSee the ./CHANGELOG.md file. Help & SupportFor questions and bug reports, please use the GitHub issues page. LicenseThis program is distributed under the OSL License. For more information see the ./LICENSE.md file. Copyright 2008-2018 by Laurent Minguet |