1.0.0 • Published 6 months ago

n8n-nodes-pdforge v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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:

NameOperationDescriptionDocumentation Link
Generate Pdf Syncpdf:syncCreates a PDF file with JSON data and your template.Link
Generate Pdf Asyncpdf:asyncCreates a PDF file asynchronously with JSON data and your template. The API returns immediately, and will retry for 3 times.Link
Generate Image Syncimage:syncCreates a PNG file with JSON data and your template.Link
Generate Image Asyncimage:asyncCreates 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.

Resources