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

推荐订阅源

奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
爱范儿
爱范儿
博客园 - 三生石上(FineUI控件)
Vercel News
Vercel News
M
MIT News - Artificial intelligence
L
LangChain Blog
大猫的无限游戏
大猫的无限游戏
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Microsoft Azure Blog
Microsoft Azure Blog
J
Java Code Geeks
Recent Announcements
Recent Announcements
Stack Overflow Blog
Stack Overflow Blog
人人都是产品经理
人人都是产品经理
IT之家
IT之家
F
Fortinet All Blogs
博客园 - 聂微东
U
Unit 42
Martin Fowler
Martin Fowler
腾讯CDC
博客园_首页
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
量子位
阮一峰的网络日志
阮一峰的网络日志
博客园 - 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
Add pages to PDFs with Nutrient Document Web Services API...
Hulya Masharipov · 2025-03-24 · via Inside Nutrient

Table of contents

    This tutorial shows you how to automatically add a blank page to PDF files using the Nutrient Document Web Services API on Zapier. You’ll trigger the workflow when a PDF is uploaded to a Google Drive folder, insert a blank page at a specific position, and save the new PDF back to your drive.

    Add pages to PDFs 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 learn how to use Zapier to add pages to PDFs using the Nutrient DWS Processor API.

    What is the 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:

    All you need is an API key from a free account to get started(opens in a new tab). You can chain these tools together in Zapier to build powerful, automated PDF workflows.

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

    1. Choose the New File in Folder trigger event.

    Choose ‘New File in Folder’ as the trigger event

    1. Connect your Google Drive account.
    2. Configure the trigger:
    • In the Drive field, select your Google Drive.

    Choose the Drive to monitor for new PDF files

    • In the Folder field, select or create a folder (e.g. nutrient).

    Select or create a folder to watch for new files

    • Ensure that the option for Include Deleted Files? is set to Only return non-deleted files.
    1. Once configured, test the trigger by selecting a sample PDF file from the folder to confirm it’s being pulled into the Zap correctly.

    Test the trigger by selecting a file from the folder

    Step 2 — Add page to PDF action (Nutrient DWS Processor API)

    1. Next, select Nutrient Document Web Services API as the app.

    Select Nutrient Document Web Services API as the action app

    1. Choose the Add Page to PDF action.

    Choose the Add Page to PDF action

    1. Connect your Nutrient DWS Processor API account by entering your API key.

    Paste your API key to connect Nutrient to Zapier

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

    Find your Nutrient DWS Processor API key for authentication

    1. In the configuration fields, map the PDF File URL from the Google Drive trigger step. Set the Insert Position (e.g. 1 to insert a page after the first page). Optionally, provide a custom output file name like updated_file.pdf.

    Map the PDF file URL, insert position, and output file name in the Add Page to PDF action step

    The file must be accessible via a public URL or direct download link (Zapier will handle this if sourced from Google Drive).

    1. Test this step to confirm a blank page is successfully inserted into a PDF.

    Run a test to verify the blank page is inserted into the PDF

    Step 3 — Upload the updated PDF to Google Drive

    1. Now, add another step by selecting Google Drive as the app and Upload File as the action event. Connect your Google Drive account if needed.

    Select Upload File as the action event

    1. Select your drive and the folder where the updated PDF should be saved. In the File field, use the output from the Nutrient DWS Processor API step. Optionally, set a custom file name or extension to keep things consistent and organized.

    Map the updated PDF file from the previous step for upload

    Zapier may warn you about a potential Zap loop if you use the same folder for the input and the output. You can avoid this by uploading the updated file to a different folder.

    Configure the upload destination and file details

    1. Run a test in Zapier to ensure the blank page is correctly inserted and the updated file is saved to your target folder. If everything looks good, click Publish to activate your Zap and automate the process going forward!

    Test the final step to confirm upload of the updated PDF

    Tip for Insert Position

    The Insert Position field is zero-based. For example:

    • 0 inserts a blank page at the beginning.
    • 1 inserts after the first page.
    • 999 will insert before the last page (if you don’t know the total count, it defaults to end).

    Conclusion

    With just a few simple steps, you’ve created an automated workflow that inserts a blank page into PDF files using Zapier and the Nutrient Document Web Services API(opens in a new tab). This setup is perfect for adding section breaks, placeholders, or formatting structure to documents without manual editing. By integrating Google Drive with Nutrient’s flexible PDF tools, you can streamline repetitive editing tasks and keep your documents workflow-ready.

    Try expanding this workflow by adding steps like digital signing, merging PDFs, or running OCR — all available within Nutrient DWS Processor API.

    Explore related topics

    Try for free Ready to get started?

    Related SDK articles

    Explore more