Browse Source

Added TCPDF PDF generation library.

TCPDF library for generating PDFs via PHP:
https://tcpdf.org/
pull/798/head
veganaize 8 years ago
parent
commit
543edc64c3
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

523
 * [PHPPdf](https://github.com/psliwa/PHPPdf) - A library for generating PDFs and images from XML.
523
 * [PHPPdf](https://github.com/psliwa/PHPPdf) - A library for generating PDFs and images from XML.
524
 * [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library.
524
 * [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library.
525
 * [WKHTMLToPDF](https://github.com/wkhtmltopdf/wkhtmltopdf) - A tool to convert HTML to PDF.
525
 * [WKHTMLToPDF](https://github.com/wkhtmltopdf/wkhtmltopdf) - A tool to convert HTML to PDF.
526
+* [TCPDF](https://tcpdf.org/) - An open source PHP class for generating PDF documents.
526
 
527
 
527
 ## Office
528
 ## Office
528
 *Libraries for working with office suite documents.*
529
 *Libraries for working with office suite documents.*

Loading…
Cancel
Save