Bachir Soussi Chiadmi f2b8ace9b7 FINAL suepr merge step : added all modules to this super repos | 9 years ago | |
---|---|---|
.. | ||
include | 9 years ago | |
lib | 9 years ago | |
www | 9 years ago | |
CONTRIBUTING.md | 9 years ago | |
LICENSE.LGPL | 9 years ago | |
README.md | 9 years ago | |
composer.json | 9 years ago | |
dompdf.php | 9 years ago | |
dompdf_config.custom.inc.php | 9 years ago | |
dompdf_config.inc.php | 9 years ago | |
index.php | 9 years ago | |
load_font.php | 9 years ago |
dompdf is an HTML to PDF converter. At its heart, dompdf is (mostly) CSS 2.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 PDFLib or by a bundled version the R&OS CPDF class written by Wayne Munro. (Some important changes have been made to the R&OS class, however). In order to use PDFLib with dompdf, the PDFLib PECL extension is required. Using PDFLib improves performance and reduces the memory requirements of dompdf somewhat, while the R&OS CPDF class, though slightly slower, eliminates any dependencies on external PDF libraries.
(Any funds donated will be used to help further development on this project.)