Blog Post

PSPDFKit for Web 2019.5

We are pleased to announce PSPDFKit for Web 2019.5! This release introduces our new Form Designer component, supports embedded JavaScript in PDF files on Standalone, and is distributed via Docker Hub and npm. Please refer to our Server and Web changelogs for a complete list of features and bug fixes.

Information

Form Designer was renamed to Form Creator in June 2022 with the release of PSPDFKit for Web 2022.3.

Form Designer

We are excited to introduce Form Designer, a new component for PSPDFKit for Web. With Form Designer, you can now build workflows in which your end users can create and edit PDF form elements. In fact, one of our customers already successfully implemented a new signing workflow using Form Designer. Their use case involves one user (the “sender”) preparing a document for signing by adding signature fields and sending it out to one or many “signer(s).”

The Form Designer component enables an extensive set of APIs for creating and editing various PDF widget types — including text fields, check boxes, and signatures — and is available for both Standalone and Server-backed deployments.

Please email us at early-access@pspdfkit.com if you are interested in developing on top of our Form Designer component. We’d love to hear about your use case and talk about how you can best leverage Form Designer for it.

JavaScript for Standalone Deployments

Some interactive PDF forms use embedded JavaScript to add custom validation rules, calculations, or other interactive functionality. We’re excited to bring support for these JavaScript features to PSPDFKit for Web Standalone.

We are using a custom, sandboxed JavaScript VM and do not run the embedded JavaScript in the browser directly. Nevertheless, JavaScript embedded in a PDF — much like macros in Microsoft Word files — can lead to behavior that’s surprising and unexpected for users. This is why we decided to let customers choose to opt into executing JavaScript in PDF files. Learn more in the new JavaScript guide article about how to enable support. Support for Server-backed deployments is coming in the future, so if you are interested in this, please email us at early-access@pspdfkit.com.

Docker Hub and npm

To make it easier to integrate PSPDFKit for Web into your existing infrastructure, we’re thrilled to announce that we now publish PSPDFKit on Docker Hub and npm. Existing distribution channels are not affected by this change and will still be supported.

Along with all the new features, this release also includes numerous bug fixes and minor improvements. For a complete list of changes, see the PSPDFKit for Web 2019.5 and PSPDFKit 2019.5 Server changelogs.

Related Products
Share Post
Free 60-Day Trial Try PSPDFKit in your app today.
Free Trial

Related Articles

Explore more
TUTORIALS  |  Web • JavaScript • How To

Adding Custom Localization to PSPDFKit for Web

DEVELOPMENT  |  Android • iOS • Web • PDF

The Role of PSPDFKit as a PDF Processor

DEVELOPMENT  |  Web • React • JavaScript • Insights

React Redux's New Features