seretos / tcpdf-markdown
There is no license information available for the latest version (v0.1.0) of this package.
render markdown with tcpdf
v0.1.0
2025-09-04 22:32 UTC
Requires
- php: >=8.1
- tecnickcom/tcpdf: ^6.10
Requires (Dev)
- php-coveralls/php-coveralls: ^2.8
- phpunit/phpunit: ^12.3
This package is auto-updated.
Last update: 2025-09-06 02:47:50 UTC
README
PHP Markdown to TCPDF Library
This PHP library allows you to insert Markdown text directly into a TCPDF document. It provides extensive control over page breaks and the exact placement of content within a page.
Main features:
- Insert Markdown text into TCPDF documents
- Control over pages and page areas
- Optional conversion of Markdown to HTML (primarily for parser testing)
This library makes generating PDF documents from Markdown content easier, more flexible, and efficient. Perfect for projects where documents need to be dynamically generated from Markdown sources.