workflows.fit
Back to n8n workflows
n8n templateFreeBy Rishabh Dugar

Automatically sign PDFs from a watched Google Drive folder with PDF API Hub

Auto E-Sign PDF — Google Drive Watcher Automatically signs PDF documents the moment they land in a Google Drive folder — no manual steps needed. The signed output is routed to a Drive folder. --- How it works 1. Googl...

Data & StorageCore NodesGoogle Drive TriggerGoogle DriveSetIf
Loading interactive preview...

Template notes

Auto E-Sign PDF — Google Drive Watcher

Automatically signs PDF documents the moment they land in a Google Drive folder — no manual steps needed. The signed output is routed to a Drive folder.

---

How it works

1. Google Drive Trigger watches a folder every minute for newly created files 2. Download file fetches the file from Drive into the workflow 3. Config sets your signature URL, position (x/y), and output method (drive or email) 4. Is PDF? filters out non-PDF files — only PDFs proceed 5. Sign a PDF overlays your signature image at the configured coordinates using PDF API Hub 6. Output Router sends the signed PDF to Drive 7. Log records the filename and signed status for auditing

---

Setup

Credentials - Google Drive OAuth2 (trigger + download + upload nodes) - PDF API Hub API key — sign up at [pdfapihub.com](https://pdfapihub.com)