PDFCrowd Blog

Product updates, tips & tricks

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().

We have released version 4.3.0 of our WordPress Plugins and 6.4.0 of our API client libraries.

New:

Updated:

  • Improved upload-based conversion modes in our WordPress plugins.