Block 1 - Run Workflow
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
Important : This workflow uses the Autype community node and requires a self hosted n8n instanc...
n8n-nodes-base.manualtrigger, n8n-nodes-base.googledrive, n8n-nodes-base.code, n8n-nodes-autype.autype, n8n-nodes-base.splitinbatches, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by 8Automator.
Original n8n.io sourceImportant: This workflow uses the Autype community node and requires a self-hosted n8n instance.
This workflow reads every PDF from a Google Drive folder, generates a metadata title page for each document (showing filename, creation date, last modified date, and owner), merges everything into a single PDF with interleaved title pages, adds a blue company-name watermark to every page, and uploads the final result back to Google Drive.
Operations teams, project managers, legal departments, and anyone who needs to compile multiple PDFs into a single branded document package. Useful for monthly report bundles, compliance archives, client deliverables, audit documentation, or any scenario where multiple files need to be combined with clear separation between documents.
On manual trigger, the workflow lists all PDFs in a specified Google Drive folder. It generates all metadata title pages at once using the Autype Render JSON endpoint (one API call for all cover sheets). Then it loops through each document, downloads it from Drive, uploads it to Autype, extracts the corresponding title page using the outputFileId directly (no re-upload needed), and collects merge pairs. After the loop, all file IDs are interleaved (title page 1, document 1, title page 2, document 2, ...) and merged. The watermark step also uses the outputFileId from Merge directly. The final PDF is saved back to Google Drive.
The final merged PDF has the following page structure:
Every page in the merged result carries a blue company-name watermark.
outputFileId directly.outputFileId from Extract Title Page and the document file ID as a pair for the final merge.outputFileId.outputFileId from Merge directly (no re-upload). Stamps the company name in blue (#2563EB) on every page at 60% opacity.merged-documents-YYYY-MM-DD.pdf to the configured Google Drive folder.n8n-nodes-autype) via Settings → Community Nodes.YOUR_FOLDER_ID in the "List PDFs in Folder" node to the ID from your folder URL (https://drive.google.com/drive/folders/YOUR_FOLDER_ID).YOUR_FOLDER_ID in the "Save Final PDF to Drive" node to the same folder ID (or a different output folder).Note: This is a community node. You need a self-hosted n8n instance to use community nodes.
n8n-nodes-autype community node installedcolor, fontSize, opacity, or rotation in the watermark options. Set pages to a range (e.g. "2-") to skip title pages.This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Merge Google Drive PDFs with dynamic cover pages and watermark using Autype |
|---|---|
| Complexity | advanced |
| Nodes | 19 |
| Categories | Document Extraction, Multimodal AI |
| Author | 8Automator |
| Published | 05 Mar 2026 |
Use the JSON export at /data/workflows/13896/13896.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Important : This workflow uses the Autype community node and requires a self hosted n8n instanc...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction, Multimodal AI use case.