PDFCrowd Blog

Product updates, tips & tricks

We have released version 4.6.0 of our WordPress Plugin and 6.7.0 of our API client libraries.

New:

  • HTML to PDF API: addAttachment() — embed one or more local files as attachments in the output PDF (also available in the PDF to PDF and Image to PDF APIs)
  • HTML to PDF API: setConformance() — produce the output PDF at a specified PDF/A conformance level for long-term archiving
  • HTML to PDF API: setTaggedPdf() — create a tagged PDF for accessibility and content reflow
  • Save as PDF WP plugin: new "Attachments", "Conformance", and "Tagged PDF" options

We have released a new version of our WebSave product.

Version 1.3.0

New Features

  • window.WebSave.initButton(element) - Manually initialize buttons added to the page after WebSave loads. Required for single-page applications and dynamically generated content.
    Example:
    window.WebSave.initButton(document.querySelector('.my-button'))

We have released version 4.5.0 of our WordPress Plugins and 6.5.0 of our API client libraries.

New:

  • The error handling system has been updated. This includes revised status codes and messages, as well as the addition of new methods to the error class: getStatusCode(), getReasonCode(), and getDocumentationLink(). The getCode() method is deprecated and should be replaced with getStatusCode().