Fork of html2pdf ( https://github.com/spipu/html2pdf )
Find a file
Ecodesi baae4fd270
Some checks failed
CI / PHPUnit (push) Failing after 15m45s
ajout de la configuration par tableau + update du README
2025-02-22 22:03:22 +01:00
.github/workflows Actualiser .github/workflows/ci.yaml 2025-02-22 13:00:23 -05:00
doc fix doc 2023-07-18 16:29:26 +02:00
examples update copyright 2025-01-08 10:07:46 +01:00
src ajout de la configuration par tableau + update du README 2025-02-22 22:03:22 +01:00
Tests update copyright 2025-01-08 10:42:05 +01:00
.gitignore - Added compatibility with PHPUnit 9.0 2022-11-15 00:30:08 +02:00
CHANGELOG.md bump supported phpversion from **5.6 -> 8.2** to **7.2 -> 8.4** 2025-01-08 09:54:21 +01:00
composer.json update composer description 2025-01-08 10:52:52 +01:00
LICENSE.md update doc 2017-05-17 15:27:07 +02:00
phpunit.xml better unit tests 2023-02-02 16:50:45 +01:00
README.md ajout de la configuration par tableau + update du README 2025-02-22 22:03:22 +01:00

H2P

H2P is a HTML to PDF converter written in PHP, and compatible with PHP 7.2 to 8.4. Forked from Html2Pdf

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 H2P, 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.

Requirements

Html2Pdf works with PHP >7.2 and Composer.

You will also need at least the following php extensions:

  • gd
  • mbstring

Documentation

You will find the install documentation here.

You will find all the documentation here.

You will find lots of examples here.

Change log

See the ./CHANGELOG.md file.

Help & Support

For questions and bug reports, please use the GitHub issues page.

License

This program is distributed under the OSL License. For more information see the ./LICENSE.md file.

Fork of Html2Pdf ( Copyright 2008-2025 by Laurent Minguet )