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

推荐订阅源

J
Java Code Geeks
Last Week in AI
Last Week in AI
T
Tailwind CSS Blog
WordPress大学
WordPress大学
B
Blog RSS Feed
T
The Blog of Author Tim Ferriss
F
Fortinet All Blogs
aimingoo的专栏
aimingoo的专栏
MongoDB | Blog
MongoDB | Blog
博客园 - Franky
C
Check Point Blog
P
Proofpoint News Feed
H
Help Net Security
月光博客
月光博客
博客园_首页
Stack Overflow Blog
Stack Overflow Blog
博客园 - 三生石上(FineUI控件)
Martin Fowler
Martin Fowler
Recent Announcements
Recent Announcements
人人都是产品经理
人人都是产品经理
U
Unit 42
美团技术团队
I
InfoQ
A
About on SuperTechFans

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
Import annotations and form fields into PDFs with Instant...
Hulya Masharipov · 2025-01-31 · via Inside Nutrient

Table of contents

    In this tutorial, you’ll learn how to use Zapier and the Nutrient Document Web Services API to import annotation and form structure data (in Instant JSON format) into PDF documents — perfect for prefilling contracts and forms, or batch stamping annotated data.

    Import annotations and form fields into PDFs with Instant JSON using Zapier and Nutrient DWS Processor API

    What is Zapier?

    Zapier(opens in a new tab) is a no-code automation tool that connects your apps and services. With “Zaps,” you can automate tasks such as annotating PDFs, generating contracts, and handling form data — all without writing a single line of code.

    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 is Instant JSON?

    Instant JSON is a structured format used to describe annotations, form fields, and even values inside a PDF. With this API, you can dynamically apply structured data to your PDF files in seconds.

    What you’ll need

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

    1. Select Google Drive as the trigger app.

    Select Google Drive as the Zap trigger

    1. Choose the New File in Folder event.

    New File in Folder event selected in Zapier trigger settings

    1. Connect your Google Drive account and choose the folder that will receive your PDF files.

    Google Drive folder selection for PDF trigger

    1. Test this step with a sample PDF file.

    Successful trigger test with sample PDF file

    Step 2 — Find a matching Instant JSON file in Google Drive

    1. Add Google Drive > Find a File as a new step.

    Find File step added in Google Drive

    1. Configure the fields:
      • Filename — Enter the name of the JSON file you want to match (e.g. annotations.json).
      • Search Type — Select Filename contains.
      • Drive — Select My Drive.

    Find file settings configured for JSON file

    Make sure the JSON file is publicly accessible or Zapier has permission to fetch it.

    1. Test this step to ensure Zapier finds the file.

    Test result showing matched Instant JSON file

    Step 3 — Import JSON to PDF (Nutrient DWS Processor API)

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

    Nutrient DWS Processor API selected as action app

    1. Choose the Import JSON to PDF action.

    Select 'Import Instant JSON' as the action event

    1. Connect your Nutrient DWS Processor API account using your API key.

    Paste API key for Nutrient DWS Processor API

    You can get your API key from the Nutrient dashboard(opens in a new tab).

    Where to find your Nutrient DWS Processor API key

    1. Configure the fields:
      • PDF File URL — Use the PDF file from step 1.

    Map PDF file URL in the action step

    • JSON File — Use the output from step 2.

    Map JSON file URL in the action step

    • Output File Name — Optional (e.g. annotated_contract.pdf)

    Ensure both the PDF and JSON files are accessible via a public or authenticated link (Google Drive works seamlessly in Zapier).

    You can use our sample document (annotations.pdf)(opens in a new tab) and sample Instant JSON file (annotations.json)(opens in a new tab) for testing this step.

    1. Test the step to verify the PDF is correctly updated with imported annotations and/or fields.

    Test result showing successfully annotated PDF

    Step 4 — Upload the annotated PDF to Google Drive

    1. Add another action: Google Drive > Upload File.

    Add Upload File as the final Zap step

    1. Select your drive and target folder (e.g. annotated-outputs).
    2. In the File field, use the PDF output from the Nutrient step.

    Mapped output to upload final file to Drive

    1. Test to ensure the PDF uploads correctly.

    Test results showing a successful flattening response

    Conclusion

    You’ve just built a fully automated workflow that imports annotations and form fields into a PDF using Instant JSON and Nutrient’s API on Zapier(opens in a new tab). This is great for prefilling fields, applying saved markups, or generating consistent document templates at scale.

    Want to go further? Combine this with digital signing, OCR, or flattening for secure, validated PDF workflows.

    Explore related topics

    Try for free Ready to get started?

    Related SDK articles

    Explore more