seretos / tcpdf-markdown
render markdown with tcpdf
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/seretos/tcpdf-markdown
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-10-06 03:14:31 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.