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

推荐订阅源

Recent Announcements
Recent Announcements
人人都是产品经理
人人都是产品经理
月光博客
月光博客
博客园 - 三生石上(FineUI控件)
GbyAI
GbyAI
博客园 - 司徒正美
美团技术团队
Vercel News
Vercel News
IT之家
IT之家
U
Unit 42
Y
Y Combinator Blog
罗磊的独立博客
Microsoft Security Blog
Microsoft Security Blog
MongoDB | Blog
MongoDB | Blog
Jina AI
Jina AI
V
Visual Studio Blog
B
Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
MyScale Blog
MyScale Blog
博客园 - 叶小钗
A
About on SuperTechFans
WordPress大学
WordPress大学
Hugging Face - Blog
Hugging Face - Blog
B
Blog RSS Feed

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
Android 2024.1 update: Content editing and signatures
Nutrient · 2024-01-24 · via Inside Nutrient

A new year has arrived, and our Android team is kicking it off by introducing several crucial enhancements to three main components of the Nutrient Android SDK.

The Digital Signatures component has been upgraded with the capability to show digital signature metadata on documents and validate expired signatures using PAdES, enhancing long-term validation (LTV). Meanwhile, our Content Editor has been improved to recognize and edit text in paragraph form, rather than line by line. This update includes the ability to move and resize text boxes throughout the document.

We’ve also expanded on our composable DocumentView with added annotation and document listeners, as well as a full example app showing how to integrate Nutrient in Jetpack Compose.

PAdES validation and LTV signing

pades validation and ltv

Digital signatures often become invalid or break when their associated certificates expire or when the issuing trusted authorities cease operations, presenting a significant challenge for long-term validation. However, digital signatures adhering to the PAdES specification aren’t affected by these issues, ensuring their longevity and reliability.

In our latest update, we’ve included features for better managing digital signatures over time. This includes long-term validation (LTV) and checks for whether a certificate has been revoked. Essentially, LTV keeps a record of a certificate’s status when a document is signed. To confirm a certificate’s validity, we need the exact time and date the PDF was signed, and to ensure there’s no doubt about this timing, the signature must be digitally timestamped.

Now, all the timestamp details (the entire certificate chain) are included within the digital certificate itself. Additionally, you have the option to display this metadata directly on the document, enhancing the experience for end users by making it easily visible.

The technical side of the validation process is straightforward:

  • The user supplies a URL for the timestamp.
  • Nutrient locates a URL for each certificate to verify its validity.
  • Using these URLs, Nutrient retrieves timestamp and validation data from trusted sources indicated by the URLs.
  • Nutrient then transfers this data to the core engine, which incorporates it into the document’s signature.

Content Editor: Text paragraph Editing, Moving, and Resizing

Content Editor

Last year, our Android SDK was enhanced with content editing, a major advancement that enables users to modify original PDF text as easily as editing a Word document. This year, we’re taking usability to the next level by expanding our text editing capabilities. Instead of the previous line-by-line editing mode, users can now edit using text boxes.

This updated feature includes an intelligent editor that automatically detects text paragraphs and encapsulates them in text boxes. These boxes are not only resizable, but they can also be moved around the document. Naturally, editing the text within these boxes is possible as well.

This enhancement not only makes text editing more user-friendly, but it also empowers users to swiftly reorganize the layout of their PDF pages by rearranging text blocks as needed.

Jetpack Compose

jetpack compose improvements

The latest update includes enhanced integration with Jetpack Compose, a framework that streamlines the creation of user interfaces for Android applications. We’ve introduced a comprehensive example application on GitHub, which demonstrates the integration of Nutrient with Jetpack Compose. This example showcases the utilization of new Nutrient APIs and signifies our commitment to expanding Jetpack Compose support throughout 2024.

We implemented additional improvements to facilitate development in Jetpack Compose, including:

  • Document listeners for monitoring events like document opening, saving, zooming, touching, and page changes.
  • Annotation listeners to track when annotations are selected or deselected.
  • A programmatic API for adding annotations to documents.

The new example application can now be accessed on GitHub(opens in a new tab).

Wrapping up

This update brings our Android SDK in line with our Web and iOS SDKs, which received similar enhancements in 2023.

For detailed guidance on implementing PAdES and LTV digital signatures, please consult our documentation here. For instructions on advanced content editing, refer to this guide.

As always, our Sales and Solutions Engineering teams are available to assist you. Whether you have inquiries about upgrading your existing Nutrient solutions or you’re interested in becoming a new customer, we’re here to help.