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

推荐订阅源

T
The Blog of Author Tim Ferriss
IT之家
IT之家
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
博客园 - 三生石上(FineUI控件)
博客园 - 聂微东
C
Check Point Blog
T
Tailwind CSS Blog
博客园 - Franky
H
Help Net Security
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Google DeepMind News
Google DeepMind News
博客园 - 叶小钗
J
Java Code Geeks
腾讯CDC
罗磊的独立博客
爱范儿
爱范儿
阮一峰的网络日志
阮一峰的网络日志
Martin Fowler
Martin Fowler
酷 壳 – CoolShell
酷 壳 – CoolShell
I
InfoQ
B
Blog
V
Visual Studio Blog
F
Fortinet All Blogs

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
Apply image watermarks to PDFs with Nutrient Document Web...
Hulya Masharipov · 2025-03-28 · via Inside Nutrient

Table of contents

    This tutorial walks you through adding an image watermark to your PDFs using the Nutrient Document Web Services API on Zapier. You’ll trigger the workflow when a new PDF is uploaded to Google Drive, apply an image-based watermark, and save the final PDF to a different folder.

    Apply image watermarks 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 image watermarks 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

    2. Choose the New File in Folder trigger event.

      Choose 'New File in Folder' as the trigger event

    3. Connect your Google Drive account.

    4. Configure the trigger:

      • In the Drive field, select your Google Drive.

      Select which Drive to monitor for new PDF files

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

      Choose or create the folder to watch for new PDFs

      • Ensure that the option for Include Deleted Files? is set to Only return non-deleted files.
    5. 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 pulling in a sample PDF file

    Step 2 — Apply watermark 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

    2. Choose the Apply Watermark to PDF action.

      Choose the 'Apply Watermark to PDF' action from the list

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

      Paste your Nutrient DWS Processor API key into the connection field

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

      Locate your API key in the Nutrient dashboard

    4. Fill out the following fields:

      • PDF File URL — From step 1 (Google Drive)
      • Watermark Image URL — This can be handled in two ways, outlined below.

      Option 1 — Static image: If you’re always using the same image

      • Upload the image to Google Drive.
      • Make it publicly accessible so anyone with the link can view it.
      • Use a direct download link by replacing the share link like this: https://drive.google.com/file/d/FILE_ID/view?usp=sharing > https://drive.google.com/uc?export=download&id=FILE_ID

      For example, this: https://drive.google.com/file/d/1pxou2rdOCELaWEjMoxAIVG9kC_G-u-hD/view?usp=sharing becomes: https://drive.google.com/uc?export=download&id=1pxou2rdOCELaWEjMoxAIVG9kC_G-u-hD

      Configure the action: map the PDF file URL, watermark image URL, and output file name

      Make sure the watermarked image file is set to Anyone with the link in Google Drive so it can be used in the API call.

    Option 2 — Dynamic image: If the image varies per file

    • Add a new step: Google Drive > Find File.
    • Search by name (e.g. logo.png) and use the Web Content Link output.
    • Make sure the file is shared publicly.
    • Fill the Output File Name field — Optional (e.g. branded_file.pdf).

    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 ensure the watermark is correctly applied.

    Run a test to verify the watermark is applied to the PDF

    Step 3 — Upload the watermarked 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 Google Drive 'Upload File' as the action step

    2. 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 output from the watermark step to upload back to Google Drive

      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.

    3. Run a complete test of the Zap to confirm:

    • The PDF file is pulled in.
    • The image watermark is applied successfully.
    • The watermarked PDF is saved to your output folder.

    Once everything works as expected, click Publish.

    Final test step showing the upload of the watermarked PDF to Google Drive

    Conclusion

    With this Zap, you’ve automated watermarking of PDF files(opens in a new tab) using a custom image. This is ideal for branding, approvals, or document classification. Combine this workflow with other Nutrient actions to build robust document pipelines.

    Explore related topics

    Try for free Ready to get started?

    Related SDK articles

    Explore more