pdf_api 2.4.2

Bug fixes

Bug fixes and require DomPDF >= 2.0.4 as upstream has a security vulnerability.

Thanks to bluegeek9 for reporting this and submitting the patch.

pdf_api 2.4.1

Bug fixes
  • 4dae370 Issue #3399917: Convert GitLab CI line endings
  • 9aaee6b Issue #3394399 by bluegeek9, markdorison: GitLab CI
  • 551366c Put instantiating the pdf Generator inside the try/catch.
  • 97dc367 Use empty remote debugging address/port by default & debugging = FALSE.
  • 801fb79 Correct default value in extraLaunchParams.
  • b5db02e Add extraLaunchParams config option.
  • cd5f824 Add comment about triggering debugging being unreliable.
  • bde518d Automatically open devtools if triggerDebugging is enabled.

pdf_api 2.4.0

New features

Drupal 10.1 support - this was delayed by the upstream mPDF library's support of PHP versions back to 5.6, resulting in a requirement for couple of composer based shims that allow any PHP version from 5.6 through to 8.2 to be supported. The secodn shim was completed on Friday, resulting in the mPDF 8.2 release, which unblocks our support for 8.2 (no reports of issues with other libraries have been reported yet).

Other changes since 2.3.2 improve the API support in this module and printable that has been in development for some time.

pdf_api 2.3.1

Bug fixes
  • Fixed incompatibility with psr/log dependency on Drupal 10.

pdf_api 2.3.0

New features
  • 8d2971a - Issue #3347420 by markdorison: Add/enable Tugboat live previews for merge requests (Mark Dorison)
  • 1e64a55 - Issue #3316703: Set valid core_version_requirement (Chris Burgess)
  • 4fbb13e - Add support for setting basic auth credentials via form or settings. (Nigel Cunningham)
  • 67885a1 - Issue 3316703: Start on D10 compatability. (Nigel Cunningham)
  • 6cb4ccc - Don't trigger errors if $this->tab or $this->browser aren't set yet. (Nigel Cunningham)
  • 24e3f0c - Issue #3249183 by bluegeek9: Images do not render in D9 (bluegeek9)

pdf_api 2.2.2

Security update

Resolves SA-CONTRIB-2022-050
Further work on Puppeteer support.
Update dompdf to use 2.0 or later.

pdf_api 2.2.1

New features
Insecure

Add puphpeteer submodule, for generating pdfs via puppeteer.

pdf_api 2.2.0

Bug fixes
New features
Insecure

Remove hard coding of plugin list and add support for alternate methods of rendering the entity - groundwork for adding puppeteer support.
Don't expect services for the PDF libraries.

Subscribe with RSS Subscribe to Releases for PDF generator API