Automated PDF Form Filling for W-9 and More with PDF.co — n8n Workflow
Overview
🧑💻 Description This workflow demonstrates how to take structured data (e.g., Name, Business, Address) and automatically fill a PDF form (IRS W-9) using PDF.co inside n8n.
The workflow extracts values from a data source (e.g., Set node, database, or webhook), maps those values to fields in a PDF template, and generates a completed PDF. This can be adapted for contracts, invoices, HR forms, or any standardized documents that need automation.
By chaining additional nodes, you can also store
Nodes used
Workflow Preview
How it Works
- 1
Trigger
The workflow starts with a trigger trigger.
- 2
Process
Data flows through 3 nodes, connecting manualtrigger, n8n-nodes-pdfco.pdfco api, set.
- 3
Output
The workflow completes its automation and delivers the result to the configured destination.
Node Details (3)
When clicking ‘Execute workflow’
manualTrigger
Sticky Note63
stickyNote
W9 Data
set
Fill in PDF Form
n8n-nodes-pdfco.PDFco Api
How to Import This Workflow
- 1Click Download JSON button on the right to save the workflow file.
- 2Open your n8n instance. Go to Workflows → New → Import from file.
- 3Select the downloaded
automated-pdf-form-filling-for-w-9-and-more-with-pdfcofile and click Import. - 4Set up credentials for each service node (API keys, OAuth, etc.).
- 5Click Test Workflow to verify everything works, then activate it.
Or paste directly in n8n → Import from JSON:
Integrations
Created by
Robert Breen
@rbreen
Tags
New to n8n?
n8n is a free, open-source workflow automation tool. Self-host it or use the cloud version.
Get n8n Free →