Dompdf v0.8.1 Release Notes

Release Date: 2017-11-21 // over 6 years ago
  • ๐Ÿš€ This release has been superseded by version 0.8.2

    ๐Ÿ”„ Change highlights since 0.8.0

    • ๐Ÿ‘Œ Improves compatibility with PHP 7.1
    • ๐Ÿ‘Œ Improves table rendering around page breaks and margins
    • ๐Ÿ›  Fixes paging of generated content
    • ๐Ÿ‘Œ Improves handling of CSS selectors, media queries, and inherited properties
    • ๐Ÿ›  Fixes Unicode support in (encrypted) PDF documents

    ๐Ÿš€ View all changes since the previous release in the commit history.

    โšก๏ธ Updated dependencies

    • php-svg-lib 0.5.1
    • php-svg-lib 0.3

    ๐Ÿš€ We would like to extend our gratitude to the community members who helped make this release possible.

    Requirements

    dompdf 0.8.1 requires the following:

    • PHP 5.4 or greater
    • MBString
    • GD (for image processing)
    • allow_url_fopen set to true (for retrieving stylesheets or images via http) or the curl PHP extension
    • php-font-lib v0.5.x
    • php-svg-lib v0.3.x (if rendering SVG)

    ๐Ÿ‘€ For full requirements and recommendations see the requirements page on the wiki.

    Download Instructions

    The dompdf team recommends that you use Composer for easier dependency management.

    ๐Ÿš€ If you're not yet using Composer you can download a packaged release of dompdf which includes all the files you need to use the library. Click the link labeled "dompdf_0-8-1.zip" for the packaged release. The two buttons labeled "Source code" are auto-generated by github and do not include all the dependencies.