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

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
Recent Announcements
Recent Announcements
V
Visual Studio Blog
博客园 - 叶小钗
H
Help Net Security
aimingoo的专栏
aimingoo的专栏
宝玉的分享
宝玉的分享
U
Unit 42
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
F
Fortinet All Blogs
V
V2EX
Stack Overflow Blog
Stack Overflow Blog
WordPress大学
WordPress大学
D
DataBreaches.Net
J
Java Code Geeks
H
Hackread – Cybersecurity News, Data Breaches, AI and More
A
About on SuperTechFans
酷 壳 – CoolShell
酷 壳 – CoolShell
量子位
C
Check Point Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
小众软件
小众软件
Microsoft Azure Blog
Microsoft Azure Blog
M
MIT News - Artificial intelligence

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
Create PDF forms with Nutrient Document Web Services API ...
Hulya Masharipov · 2025-02-18 · via Inside Nutrient

Table of contents

    This tutorial shows you how to programmatically create fillable PDF forms using the Nutrient Document Web Services API on Zapier. You’ll upload a PDF file and a JSON file with field structure to Google Drive and generate a fully interactive PDF form.

    Create PDF forms with Nutrient Document Web Services API on Zapier

    Summary

    Automate the creation of fillable PDFs using Zapier and Nutrient DWS Processor API — no coding required. This workflow triggers when a new PDF is added to a Google Drive folder, finds the matching JSON form structure, uses Nutrient DWS Processor API to insert form fields, and uploads the final annotated PDF back to Google Drive. It’s ideal for generating forms, contracts, or surveys at scale.

    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.

    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 Google Drive

    1. Choose Google Drive as the trigger app.

    Google Drive selected as the trigger app in Zapier

    1. Select the New File in Folder trigger event.

    New File in Folder trigger selected in Zapier

    1. Connect your Google Drive account.
    2. Configure your folder trigger:
      • Drive — Select your personal or shared drive.
      • Folder — Choose one where new PDF files are uploaded (e.g. /form-templates).

    Drive and folder configuration in the Zap trigger step

    1. Test the trigger to ensure it pulls in a sample PDF.

    Trigger test showing a valid PDF file pulled from Google Drive

    Step 2 — Find the matching JSON file action

    1. Choose Google Drive and search for the Find a File action event.

    Adding the 'Find File' step in Google Drive

    1. Configure the step:
      • Filename — Enter your expected JSON file name, such as form_fields.json.
      • Search Type — Choose Filename contains.
      • Drive — Choose your drive.

    Find File configuration searching for form JSON

    Make sure your JSON file is publicly accessible or shared with anyone with the link.

    1. Test this step to confirm it retrieves the JSON.

    Test showing JSON file located for form fields

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

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

    Nutrient DWS Processor API selected as the action app in Zapier

    1. Choose the Create PDF Form action.

    Action selected to create PDF forms

    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 in the fields:
    • PDF Template File URL — Use the result of step 1.

    Form creation step configured with PDF and JSON file URLs

    • Form Structure JSON URL — Use the result of step 2.

    Map the Annotations JSON file URL to the action configuration

    • Output File Name — Optional (e.g. fillable_form.pdf).
    1. Test the step to make sure the PDF form is generated successfully.

    Test showing form fields successfully added to PDF

    Step 4 — Upload the created form to Google Drive

    1. Add another step with Google Drive, and select the Upload File action.

      Google Drive selected to upload final file

    2. In the configuration:

      • Drive — Choose your Google Drive.
      • Folder — Select a destination like /completed-forms.
      • File — Use the output from the Nutrient DWS Processor API step.

    Upload file step mapped to form creation output

    1. Run a test to confirm the annotated file uploads successfully.

      Test confirming final form PDF was uploaded to Drive

    Conclusion

    You’ve now created a Zap that takes a plain PDF and transforms it into a fillable form using a JSON structure and Nutrient DWS Processor API(opens in a new tab). This is ideal for generating contracts, intake forms, or surveys at scale.

    Want more automation? Combine this with PDF signing, flattening, or OCR workflows.

    Explore related topics

    Try for free Ready to get started?

    Related SDK articles

    Explore more