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

推荐订阅源

GbyAI
GbyAI
D
Docker
F
Fortinet All Blogs
MongoDB | Blog
MongoDB | Blog
月光博客
月光博客
罗磊的独立博客
N
Netflix TechBlog - Medium
Y
Y Combinator Blog
博客园 - 司徒正美
T
Tailwind CSS Blog
C
Check Point Blog
V
V2EX
Microsoft Azure Blog
Microsoft Azure Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
P
Proofpoint News Feed
L
LangChain Blog
D
DataBreaches.Net
酷 壳 – CoolShell
酷 壳 – CoolShell
有赞技术团队
有赞技术团队
腾讯CDC
Last Week in AI
Last Week in AI
Jina AI
Jina AI
博客园 - Franky
量子位

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
Cryptographically sign PDFs with Nutrient Document Web Se...
Hulya Masharipov · 2025-01-17 · via Inside Nutrient

Table of contents

    In this tutorial, you’ll learn how to cryptographically sign PDF documents using the Nutrient Document Web Services API on Zapier. You’ll set up an automated workflow that watches a Google Drive folder for new PDFs, signs them with an invisible CAdES signature, and saves them back to the drive.

    Cryptographically sign PDFs with Nutrient Document Web Services API on Zapier

    What is Zapier?

    Zapier(opens in a new tab) is a no-code automation platform that connects your favorite apps and services. You can build workflows — called Zaps — that automate repetitive document handling tasks, like uploading, converting, or signing PDFs.

    What is Nutrient DWS Processor API?

    Nutrient Document Web Services API is a powerful platform for document automation. With your free account(opens in a new tab), you get 50 credits, which you can use to perform various document operations. Each tool (e.g. conversion, signing, flattening) consumes a different amount of credits depending on complexity.

    Nutrient offers more than 30 tools with the ability to:

    What you’ll need

    Step 1 — Trigger a new file in a Google Drive folder

    1. Select Google Drive as the trigger app.

    Zapier trigger app showing Google Drive selected

    1. Choose the New File in Folder trigger event.

    Trigger event dropdown with 'New File in Folder' selected

    1. Connect your Google Drive account.
    2. Configure the folder you want to watch (e.g. pdf-signing-inbox):

    Google Drive folder selected as input folder

    1. Test the trigger with a sample PDF file.

    Zapier test showing valid PDF file trigger

    Step 2 — Cryptographically sign the PDF action (Nutrient DWS Processor API)

    1. Select Nutrient Document Web Services API as the action app.

    Select Nutrient DWS Processor API as the action step

    1. Choose the Cryptographically Sign PDF With Invisible Digital Seal action.

    Choose the invisible signing action event

    1. Connect your Nutrient account using your API key.

    Paste your Nutrient DWS Processor API key

    You can find your key in the Nutrient dashboard(opens in a new tab).

    Find and copy your API key from the dashboard

    1. Fill out the configuration:
    • PDF File URL — From step 1 (Google Drive trigger).
    • Output File Name — Optional (e.g. signed_contract.pdf).

    This action uses a CAdES digital signature that’s invisible to the viewer but validates in standard PDF readers like Adobe Acrobat.

    Form showing the PDF file URL and output filename for signing

    1. Test the step to verify successful signing.

    Test result showing the PDF was signed successfully

    Step 3 — Upload the signed PDF to Google Drive

    1. Add another step and select Google Drive again. Choose Upload File as the action event.

    Choose Google Drive for file upload

    1. Map the file from the Nutrient DWS Processor API step to the File field. Select a folder like pdf-signing-output as the destination.

    Configure the Drive upload step with output file

    If you’re using the same folder for input and output, Zapier may show a loop warning. Avoid this by selecting a different upload folder.

    1. Test the upload to confirm it works.

    Test step showing signed file was uploaded to Drive

    Conclusion

    With this Zap, you’ve automated the cryptographic signing of PDF documents(opens in a new tab) using an invisible seal that can be verified by any standards-compliant PDF reader. This is perfect for workflows requiring proof of authenticity, non-repudiation, or internal compliance.

    You can expand this workflow with additional steps for redaction, PDF/A conversion, or key-value pair extraction.

    Explore related topics

    Try for free Ready to get started?

    Related SDK articles

    Explore more