phppdf Docs

Convert HTML and CSS into PDF documents on top of phppdf

Source ↗

Documentation

markdown-converter documentation

markdown-converter is a PHP library that converts Markdown into PDF documents. It builds on top of phppdf/phppdf: Markdown is parsed directly into layout primitives (text, lists, tables) — there is no intermediate HTML step — and the result is a PdfDocumentBuilder that you can further customise before serialising.

Requirements

RequirementVersion
PHP8.4+
phppdf/phppdfdev

Installation

composer require phppdf/markdown-converter