惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
云风的 BLOG
云风的 BLOG
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
D
Docker
H
Help Net Security
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Microsoft Azure Blog
Microsoft Azure Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
Tailwind CSS Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
月光博客
月光博客
C
Check Point Blog
S
SegmentFault 最新的问题
T
The Blog of Author Tim Ferriss
J
Java Code Geeks
M
MIT News - Artificial intelligence
B
Blog RSS Feed
MyScale Blog
MyScale Blog
大猫的无限游戏
大猫的无限游戏
Hugging Face - Blog
Hugging Face - Blog
腾讯CDC
美团技术团队
I
InfoQ
Blog — PlanetScale
Blog — PlanetScale

Inside Nutrient

A guide to the invisible work behind documents Introducing Nutrient Documents for Salesforce: Native document generation and signing Document AI vs. traditional OCR: Choosing between OCR, AI, and hybrid pipelines PDF SDK compliance and security evaluation checklist for enterprise teams (2026) Invariant Corp replaces paper processes with Nutrient Workflow and scales without limits What is process mapping? A complete guide Nutrient vs. Conga Composer for Salesforce document generation (2026) Document routing: How to automate document distribution The CTO’s AI playbook: Why accountability architecture beats orchestration Compliance workflow automation: Why built-in compliance is table stakes Workflow diagrams: Examples, symbols, and how to build one that actually runs Digital forms: Replace paper forms with automated workflows Approval workflow software: How to automate approvals Why document-centric automation is different The CEO’s AI playbook: Why decision architecture beats model selection Nutrient SDK product updates for Q1 2026 PDF redaction verification: How to prove sensitive data is permanently removed What is a VPAT? The complete guide to accessibility conformance reports What is PDF/UA? The accessible PDF standard explained Salesforce eSignatures: Generate, sign, and track documents in one flow Online document viewer: Options, tradeoffs, and how to embed one Document viewer for web apps: React, Vue, Angular (2026) Best document viewers in 2026: A buyer’s guide How to edit a PDF in Python: Add text, images, and annotations Nutrient advances Workflow platform with agentic AI for enterprise-grade speed and consistency in document-heavy operations How to create a Salesforce quote template from opportunity data The business case for accessibility: Five ways it drives enterprise value Python PDF library comparison (2026): 7 libraries for developers Why your AI agent hallucinates PDF table data PDF.js limitations: When to upgrade to a commercial PDF SDK
Nutrient Web SDK 2024.1: LTV for digital signatures
Miguel Calderón · 2024-01-12 · via Inside Nutrient

We’re happy to announce our first Nutrient Web SDK 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 Nutrient Web SDK 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.

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.

Nutrient Web SDK 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.

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, Nutrient Web SDK 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, Nutrient has the solution.

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