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
commit 2cfb1ed76d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

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.*