Dompdf v0.8.2 Release Notes

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

    ๐Ÿ”„ Change highlights since 0.8.1

    • ๐Ÿ› Bug Fix: "no block level parent found" errors
    • ๐Ÿ› Bug Fix: links to external resources broken
    • ๐Ÿ› Bug Fix: Image rendering issues when using IMagick
    • Margin collapse logic now handles negative margins
    • โž• Additional object type checking

    ๐Ÿš€ The list of addressed issues can be found in the release milestone. View all changes since the previous release in the commit history.

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

    Requirements

    dompdf 0.8.2 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-2.zip" for the packaged release. The two buttons labeled "Source code" are auto-generated by github and do not include all the dependencies.