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

推荐订阅源

Apple Machine Learning Research
Apple Machine Learning Research
Jina AI
Jina AI
博客园_首页
WordPress大学
WordPress大学
罗磊的独立博客
小众软件
小众软件
Last Week in AI
Last Week in AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Hugging Face - Blog
Hugging Face - Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
爱范儿
爱范儿
The Cloudflare Blog
GbyAI
GbyAI
C
Check Point Blog
腾讯CDC
MyScale Blog
MyScale Blog
有赞技术团队
有赞技术团队
博客园 - 聂微东
IT之家
IT之家
雷峰网
雷峰网
H
Help Net Security
博客园 - 叶小钗
美团技术团队
D
DataBreaches.Net

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
PSPDFKit 13.2 for iOS Improves Advanced Digital Signatures
Vishnu Dutt · 2023-12-20 · via Inside Nutrient

We’re excited to announce the release of PSPDFKit 13.2 for iOS. This release adds a more flexible and powerful API for advanced digital signatures. Alongside this, we’ve been making numerous improvements to our preview of PSPDFKit for visionOS.

Advanced Digital Signatures

This release features a simpler and more streamlined API for digital signatures. This new API makes it possible to sign documents with internationally recognized PAdES level B-B and B-T digital signatures.

PAdES level B-T builds upon the B-B (basic) level by adding a verified cryptographic timestamp token. This timestamp provides concrete proof of when a document was signed, in turn safeguarding its integrity.

See our FormDigitalSigningExample, FormCustomDigitalSigningExample, and FormDigitalSigningExampleCustomAppearanceExample examples from the FormExamples.swift(opens in a new tab) file in our Catalog example app(opens in a new tab) repository for a practical demonstration of the new API in action.

Visit our digital signatures guide for detailed information and instructions.

While our older signing APIs are still supported, they’ll be deprecated in a future release, and we encourage you to migrate to the new API and use it going forward to receive all the latest updates and security improvements. Our guide on migrating to the advanced digital signatures API provides comprehensive information and steps to facilitate the transition.

digital signatures

We believe this new API marks a step forward in simplifying and securing the digital signature process.

PSPDFKit for visionOS

We previously announced the availability of PSPDFKit for visionOS as a public preview. We’ve been hard at work iterating on this, bringing our powerful PDF capabilities to Apple’s innovative platform. More specifically, we introduced numerous user interface (UI) enhancements to optimize document viewing and interaction on the visionOS headset.

On visionOS, PSPDFKit’s main toolbar, annotation toolbar, scrubber bar, and document editor toolbar are shown floating to the side as ornaments to provide an unobstructed view of the document pages. Hover effects have been carefully implemented across various UI components, providing visual cues and enhancing navigation. As you look at buttons, icons, and other interactive elements, they subtly respond, offering a more intuitive and engaging user experience.

visionOS

We’re committed to providing a best-in-class PDF experience on all platforms, including the cutting-edge visionOS.

For more information on the visionOS platform, see our blog post and getting started guide.

Digitally Signed XCFrameworks

While we’ve been working on digital signatures to validate the origin and integrity of documents, in Xcode 15, Apple added the ability to use signatures to validate the origin and integrity of frameworks inside apps(opens in a new tab). This safeguards the SDKs we distribute, and it lets you inspect the signing identity of our frameworks. Starting with PSPDFKit 13.1 for iOS, we’ve been digitally signing all XCFrameworks we provide, allowing you to be confident that the framework has been provided by us and hasn’t been modified since we built it using Xcode’s dependency signature verification feature.

Xcode XCFrameworks verified

Improvements and More

This release also includes further improvements, such as the addition of a UI to navigate to a specific page by entering a page number. The “go to page” UI appears when you tap the page label. This makes it easier to navigate to a specific page in a large document if you already know the page number. For a complete list of changes, check out the PSPDFKit 13.2 for iOS changelog.