Skip to content
Brian Sweeney edited this page Sep 12, 2017 · 7 revisions
  • handles most CSS2.1 and some CSS3 properties & selectors, including @import, @media & @page rules (see CSSCompatibility)
  • supports most presentational HTML 4.0 attributes
  • supports external stylesheets, either on the local machine or through http/ftp (via fopen-wrappers)
  • supports complex tables, including row & column spans, separate & collapsed border models, individual cell styling, multi-page tables (limited support for nested tables)
  • image support via GD (png, gif, bmp & jpeg) and data URI
  • basic support for SVG documents using php-svg-lib
  • support for font parsing/subsetting using php-font-lib
  • no dependencies on external PDF libraries for simple PDF documents thanks to the bundled CPDF library
  • link and anchor support
  • inline PDF Javascript support (with scripts compatible with the PDF Documents API)
  • embedded PHP support for accessing features of the PDF backend, see the section on embedded PHP for details