packagist dompdf/dompdf v1.1.1
Dompdf 1.1.1

latest releases: dev-master, v2.0.8, dev-svglib-update...
2 years ago

Change highlights since 1.0.2

  • Improves margin and page break handling (element boundary detection)
  • Improves containing block determination for positioned elements
  • Improves support for relative positioning
  • Improves border radius rendering, fixes support for border radius on table cells
  • Improves table rendering in relation to borders, column widths
  • Improves counter tracking, roman numeral rendering
  • Adds Support for WebP images when using the CPDF back end
  • Fixes issue with IMagick version check

Bugs addressed since 1.1.0

  • Variable with potential string value was not correctly handled in a mathematical operation
  • A potential breaking change was introduced for installations using a custom dompdf_font_family_cache.dist.php

The list of addressed issues can be found in the 1.1.0 and 1.1.1 release milestones. 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 1.1.1 requires the following:

  • PHP 7.1 or greater
  • MBString
  • php-font-lib v0.5.x
  • php-svg-lib v0.3.x

Note that some dependencies may have further dependencies (notably php-svg-lib requires sabberworm/php-css-parser).

Additionally, the following are recommended for optimal use:

  • GD (for image processing)
  • allow_url_fopen set to true or the curl PHP extension (for retrieving stylesheets, images, etc via http)

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_1-1-1.zip" for the packaged release. The download options labeled "Source code" are auto-generated by github and do not include all the dependencies.

Don't miss a new dompdf release

NewReleases is sending notifications on new releases.