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

推荐订阅源

大猫的无限游戏
大猫的无限游戏
J
Java Code Geeks
小众软件
小众软件
D
Docker
腾讯CDC
H
Hackread – Cybersecurity News, Data Breaches, AI and More
V
V2EX
博客园 - 叶小钗
GbyAI
GbyAI
Microsoft Azure Blog
Microsoft Azure Blog
Stack Overflow Blog
Stack Overflow Blog
B
Blog RSS Feed
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 【当耐特】
IT之家
IT之家
博客园 - 司徒正美
M
MIT News - Artificial intelligence
T
The Blog of Author Tim Ferriss
The GitHub Blog
The GitHub Blog
罗磊的独立博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
L
LangChain Blog
阮一峰的网络日志
阮一峰的网络日志
C
Check Point 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
Merge multiple PDF files with Nutrient Document Web Servi...
Hulya Masharipov · 2025-01-22 · via Inside Nutrient

Table of contents

    This tutorial shows you how to merge two PDF files into a single document using the Nutrient Document Web Services API on Zapier. This is ideal for combining reports, contracts, scanned documents, or any multi-part PDFs into one file.

    Merge multiple PDF files with Nutrient Document Web Services API on Zapier

    What is Zapier?

    Zapier(opens in a new tab) is a no-code automation platform that lets you connect apps like Google Drive, Gmail, and Slack to build automated workflows. You create “Zaps” that consist of triggers and actions between connected services.

    In this tutorial, you’ll build a Zap that merges two PDF files into one using Nutrient DWS Processor API.

    What is Nutrient DWS Processor API?

    Nutrient Document Web Services API helps you automate document workflows — from merging, converting, signing, OCR, and more. With a free account(opens in a new tab), you get 50 credits to test all tools.

    You can build powerful workflows without code using Zapier and Nutrient.

    What you’ll need

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

    1. Select Google Drive as the trigger app.

    Google Drive selected in Zapier trigger step

    1. Choose the New File in Folder trigger event.

    Select 'New File in Folder' as the trigger event

    1. Connect your Google Drive account.
    2. Configure the folder that contains your first PDF file.

    Choose the folder for the first PDF file

    1. Test the trigger to pull in a sample PDF.

    Sample first PDF file pulled into the Zap

    Step 2 — Find the second PDF in Google Drive

    1. Add another step: Google Drive > Find File.

    Add Google Drive Find File step

    1. Set up the step to locate your second PDF:
      • Filename — Your second PDF file name
      • Search type — Filename contains
      • Drive — Your drive

    Configuring search for second PDF file

    1. Test to confirm it locates the second file.

    Test shows second PDF file found

    Step 3 — Merge PDF files using Nutrient DWS Processor API

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

    Nutrient DWS Processor API selected as action app

    1. Choose the Merge PDF action.

    Action step to merge PDFs

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

    Paste API key to connect account

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

    API key shown in Nutrient dashboard

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

    Mapped merge action fields in Zapier step

    • Second PDF File URL — Use the file from step 2.

    Mapped merge action fields in Zapier step

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

    Make sure both PDFs are publicly accessible or Zapier has access via Google Drive.

    1. Run a test to confirm the merge is successful.

    Test showing merge completed successfully

    Step 4 — Upload the merged PDF to Google Drive

    1. Add a final step: Google Drive > Upload File.

    Add Upload File to Google Drive

    1. Configure the upload:
      • Folder — Choose a destination folder like /merged.
      • File — Use output from the Nutrient step.
      • File Name — Optional.

    Mapped merged PDF file for upload to Drive

    1. Run a test to ensure the file uploads.

    Test result showing successful upload of merged file

    Conclusion

    You’ve just created a Zap that merges two PDF files automatically using Nutrient DWS Processor API(opens in a new tab). This is great for workflows that involve combining cover pages with documents, appending summaries, or creating a final package from multiple files.

    Expand your flow with steps like OCR or applying digital signatures.

    Explore related topics

    Try for free Ready to get started?

    Related SDK articles

    Explore more