Blog Post

PSPDFKit for Web 2024.1 Adds LTV Support for Digital Signatures and Improves the Document Editor UI

Miguel Calderón

We’re happy to announce our first PSPDFKit for Web release in 2024! Version 2024.1 is packed with new features and improvements, including support for long-term validation (LTV) for digital signatures, new sidebars, and Document Editor UI improvements. This post provides an overview of the features included in this release.

LTV Support

In PSPDFKit for Web 2024.1, we’ve introduced a significant upgrade to our digital signatures handling that can be used to guarantee the validity of signatures over long periods of time. This is accomplished by embedding long-term validation (LTV) information into signatures at the time of signing, or at a later stage.

This feature is particularly useful in scenarios where the signer may not have internet access at the time of signing, or when the recipient of a signed document wishes to preserve the document for a long time. It enhances the security and reliability of digital signatures, making it a noteworthy addition to our latest release.

Signatures Sidebar

The new signatures sidebar allows users to view all digital signatures and unsigned signature form fields in a document. This means that, with a single click, they can easily navigate to the page where a signature or unsigned signature field is located in the document.

Signatures Sidebar

This feature enhances user experience and streamlines the process of managing signatures. The signatures sidebar can also be customized with CSS, offering developers the flexibility to tailor the sidebar to their needs.

OCG Layers API and Sidebar

PSPDFKit for Web now supports controlling the state of the visibility of the optional content group (OCG) layers present in a document both programmatically and through our new layers sidebar. This is an important feature that allows fine-grained control over which content of the document is shown at a specific time.

Layers Sidebar

For example, a document may contain a layer with original text and another layer with translated text. The user can then choose which layer to show, depending on their needs.

Zoom Capabilities for Thumbnails in the Document Editor

With the latest update, users can zoom in and out of page thumbnails in the Document Editor, providing a clearer view of content and aiding in the organization and navigation of documents.

Imagine working with a lengthy contract or sorting through a series of bank statements; the ability to adjust the thumbnail size on the fly means no detail is too small to be overlooked.

  • Zoom Controls — Users can easily resize thumbnails using keyboard shortcuts (Control/Command + + to zoom in, - to zoom out, and 0 to reset). For those who prefer a more graphical interface, plus and minus buttons are now integrated into the viewer for straightforward, manual resizing.

  • Customizable Thumbnail Sizes — Beyond just zooming in and out, developers can now set minimum, maximum, and default thumbnail sizes within the Document Editor UI, offering a tailored experience to meet diverse user needs.

This enhancement makes navigating through pages more efficient and significantly improves the user’s ability to manage and reorganize pages within a document. By providing a clearer view of page details, users can make more informed decisions when organizing documents, leading to a more streamlined workflow.

Please refer to our updated documentation and guides for more detailed information on implementing and customizing this feature.

Support for buttonImportIcon Buttons

This release introduces support for the buttonImportIcon button type, which allows users to embed images from their local file system to replace the appearance of a button on a page.

New Document Editor Extract Pages Tool

The new extract pages tool allows users to directly extract and download the currently selected pages in a document. This feature is particularly useful when working with large documents that need to be split into smaller documents, or when a user needs to easily extract a specific section of a document for further processing.

Extract Pages Tool

Custom Document Editor UI API Extension

Custom tool buttons added to the Document Editor UI now have more capabilities. The onPress() callback, already present in custom Document Editor toolbar and footer items, has been extended to allow for modifying the list of committed operations.

The enables previously impossible scenarios, such as adding a custom tool that imports Office documents, or a tool that flattens annotations for the selected pages.

Conclusion

Overall, PSPDFKit for Web 2024.1 introduces new features and improvements to streamline PDF document management for web applications. Whether your application offers collaborative document signing processes, large document editing, or any other document workflow, PSPDFKit has the solution.

For a full list of features and improvements included in this release, please refer to the PSPDFKit for Web 2024.1 changelog and the migration guide. And, as always, don’t hesitate to contact us if you have any questions or feedback.

Free 60-Day Trial Try PSPDFKit in your app today.
Free Trial

Related Articles

Explore more
TUTORIALS  |  Web • JavaScript • How To • html2pdf • React

How to Convert HTML to PDF in React Using html2pdf

PRODUCTS  |  Web • React • Signing • How To

How to Add Digital Signatures to PDFs Using React

PRODUCTS  |  Web • Annotations

Supported Annotation Flags in the PDF Spec and PSPDFKit