Today we're launching WebSave, a JavaScript library that adds PDF and image export capabilities to any website with just a few lines of code.
PDFCrowd Blog
We have released version 4.5.1 of our WordPress Plugins and 6.5.1 of our API client libraries.
New:
- Python - minor documentation update
- WordPress - the
User Agentoption defaults tolatest-chrome - Java - publishing via Central Portal
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(), andgetDocumentationLink(). ThegetCode()method is deprecated and should be replaced withgetStatusCode().
We have released a new version of our Save as PDF and Save as Image WordPress plugins.
Fixed:
- PHP object injection vulnerability when processing custom data (low severity).
We have released a new version of our Save as PDF and Save as Image WordPress plugins.
Updates:
- We’ve added more options under the Converter User Agent setting.
We have released version 4.3.0 of our WordPress Plugins and 6.4.0 of our API client libraries.
New:
- Added a new option to specify the User-Agent HTTP header used by the converter when making a request to the converted web page.
- HTML to PDF API: setConverterUserAgent()
- HTML to Image API: setConverterUserAgent()
- WP Save As Pdf Plugin: Converter User Agent
- WP Save As Image Plugin: Converter User Agent
Updated:
- Improved upload-based conversion modes in our WordPress plugins.
We have released a new version of our API client libraries.
New:
- PDF to HTML API: setHtmlNamespace()
- PDF to HTML API: setConverterVersion()
We have released version 4.2.1 of our WordPress Plugins and 6.2.1 of our API client libraries.
Fixed:
- HTML to PDF API: setContentViewportWidth() and setContentViewportHeight() accept a numeric value followed by the "px" unit to specify pixels
- Save as PDF WP plugin: Content Viewport Width and Content Viewport Height accept a numeric value followed by the "px" unit to specify pixels
We have released version 4.2.0 of our WordPress Plugins and 6.2.0 of our API client libraries.
New:
- HTML to PDF API and WP plugin: Added an option to specify conversion configuration via JSON.
- PDF to PDF: setType3Mode() and setCustomCss()
We have released version 4.1.0 of our WordPress Plugins and 6.1.0 of our API client libraries.
New:
- Added an option to specify conversion configurion via JSON:
- HTML to PDF API: setConversionConfig() and setConversionConfigFile()
- Save as PDF WP plugin: Configuration Config and Configuration Config File