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

推荐订阅源

博客园_首页
B
Blog
V
V2EX
T
Tailwind CSS Blog
Hugging Face - Blog
Hugging Face - Blog
博客园 - 【当耐特】
博客园 - 聂微东
博客园 - 叶小钗
博客园 - 三生石上(FineUI控件)
The Cloudflare Blog
J
Java Code Geeks
H
Help Net Security
雷峰网
雷峰网
Apple Machine Learning Research
Apple Machine Learning Research
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Engineering at Meta
Engineering at Meta
F
Fortinet All Blogs
Martin Fowler
Martin Fowler
D
Docker
L
LangChain Blog
人人都是产品经理
人人都是产品经理
爱范儿
爱范儿
WordPress大学
WordPress大学
V
Visual Studio Blog

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
Fill PDF forms automatically with Nutrient Document Web S...
Hulya Masharipov · 2025-02-07 · via Inside Nutrient

Table of contents

    In this tutorial, you’ll learn how to import and fill PDF forms using the Nutrient Document Web Services API on Zapier. This is especially useful for populating prebuilt PDFs (like contracts, invoices, or applications) with data stored in JSON format.

    Fill PDF forms automatically with Nutrient Document Web Services API on Zapier

    What is Zapier?

    Zapier(opens in a new tab) is an automation platform that connects your favorite apps and services with no code required. You can build “Zaps” to automate repetitive tasks by setting up triggers and actions between apps like Google Drive, Slack, Gmail, and more.

    In this tutorial, you’ll use Zapier to detect when a new PDF and its corresponding form data arrive and automatically fill that form using Nutrient DWS Processor API.

    What is Nutrient DWS Processor API?

    Nutrient Document Web Services API lets you perform 30+ document operations using a single unified API. With a free account(opens in a new tab), you get 50 credits to try out form filling, PDF conversion, redaction, flattening, and more.

    You can use this API to:

    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 trigger in Zapier

    1. Choose the New File in Folder trigger event.

    Choose New File in Folder trigger event

    1. Connect your Google Drive account and select the folder containing your fillable PDFs.

    Configure folder trigger for form PDF uploads

    1. Test the trigger to confirm it finds a sample PDF file.

    Trigger test showing sample PDF file

    Step 2 — Find the matching form data file

    1. Select Google Drive as the app and Find a File as the action event. Connect your Google Drive account if needed.

    Find JSON form data in Google Drive

    1. Configure the fields:
    • Filename — Your JSON file name (e.g. annotations.json)
    • Search Type — Filename contains
    • Drive — Your connected Google Drive

    Configure search for form_filling.json

    1. Ensure the JSON file is accessible via link sharing.

    Verify JSON file was found in Google Drive

    Step 3 — Fill PDF form action (Nutrient DWS Processor API)

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

    Select Nutrient DWS Processor API as action app in Zapier

    1. Choose the Fill PDF Form action.

    Select Fill PDF Form as the action

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

    Paste your API key to connect Nutrient account

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

    Where to find your API key in the dashboard

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

    Fill out the action fields for PDF form filling

    • Form Data JSON URL — Use the file found in Step 2.

    Fill out the action fields for PDF form filling

    • Output File Name — Optional — e.g. filled_contract.pdf

    Make sure both files are public or shared with anyone who has the link.

    1. Test the action to confirm the form is correctly filled.

    Test PDF form filling step

    Step 4 — Upload the filled PDF to Google Drive

    1. Add Google Drive as the app and choose the Upload File action.

    Google Drive Upload File action step

    1. Select the folder where the filled PDFs should be saved.
    2. In the File field, use the output from step 3.

    Map the output PDF to Google Drive upload step

    1. Test the step to make sure everything works.

    Final test showing PDF uploaded to Google Drive

    Sample files

    You can try this workflow using our prebuilt files:

    Conclusion

    You’ve just automated the process of filling PDF forms using Nutrient DWS Processor API and Zapier(opens in a new tab). This is perfect for auto-generating applications, contracts, or personalized documents using structured data. You can extend this flow by combining it with signing, annotation, or flattening steps for a complete document automation pipeline.

    Explore related topics

    Try for free Ready to get started?

    Related SDK articles

    Explore more