1
0
mirror of https://github.com/ziadoz/awesome-php.git synced 2025-08-31 01:39:54 +02:00

Merge pull request #798 from veganaize/master

Added TCPDF PDF generation library.
This commit is contained in:
Mark Scherer
2024-02-10 19:38:46 +01:00
committed by GitHub

View File

@@ -543,6 +543,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Dompdf](https://github.com/dompdf/dompdf) - A HTML to PDF converter.
* [Gotenberg](https://github.com/gotenberg/gotenberg-php) - A PHP client for interacting with Gotenberg.
* [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library.
* [TCPDF](https://tcpdf.org/) - An open source PHP class for generating PDF documents.
### Office
*Libraries for working with office suite documents.*