Package Information
Available Nodes
Documentation
n8n-nodes-pdforge
This is an n8n community node. It lets you use Pdforge in your n8n workflows.
Pdforge is the future of PDF generation API.
You can build your PDF reusable templates using our no-code PDF builder and our AI Agents and generate modern PDF reports at scale without relying on your development team with all our integrations with no-code platoforms, like N8N, Zapier, Make, Bubble.io or using our Rest API.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
With pdforge you can create pdfs or images synchronously or asynchronously. Here are the operations you can use:
Name | Operation | Description | Documentation Link |
---|---|---|---|
Generate Pdf Sync | pdf:sync |
Creates a PDF file with JSON data and your template. | Link |
Generate Pdf Async | pdf:async |
Creates a PDF file asynchronously with JSON data and your template. The API returns immediately, and will retry for 3 times. | Link |
Generate Image Sync | image:sync |
Creates a PNG file with JSON data and your template. | Link |
Generate Image Async | image:async |
Creates a PNG file asynchronously with JSON data and your template. The API returns immediately, and will retry for 3 times. | Link |
Credentials
You only need a pdforge API Key to integrate to start generating pdfs. You can get it using our web portal.
Compatibility
This package was developed & tested with n8n > 1.75.2
Usage
Please check out the Pdforge API Reference for more information on how to use the integration.