Skip to content
Brian Sweeney edited this page May 2, 2022 · 12 revisions

dompdf is an HTML to PDF converter. At its heart, dompdf is (mostly) CSS2.1 compliant HTML layout and rendering engine written in PHP. It is a style-driven renderer: it will download and read external stylesheets, inline style tags, and the style attributes of individual HTML elements. It also supports most presentational HTML attributes.

PDF rendering is currently provided either by a bundled version the CPDF class or PDFLib (www.pdflib.com). In order to use PDFLib with dompdf the PDFLib PHP extension is required (available from PDFLib). Using PDFLib improves performance and reduces the memory requirements of dompdf somewhat while the CPDF class, though slightly slower, eliminates any dependencies on external PDF libraries.