n8n-nodes-usepdfmaker
v1.0.14
Published
n8n community node for UsePDFMaker — PDF conversion API
Downloads
2,047
Maintainers
Readme
n8n-nodes-usepdfmaker
This is an n8n community node for UsePDFMaker — a developer-first PDF conversion REST API.
Installation
In your n8n instance, go to Settings → Community Nodes and install:
Operations
- HTML to PDF — Convert HTML content to a PDF file
- URL to PDF — Convert any web page URL to a PDF file
- Document to PDF — Convert DOCX, XLSX, or PPTX files to PDF
Credentials
You need a UsePDFMaker API key. Get one for free at app.usepdfmaker.com/dashboard.
In n8n, create a new UsePDFMaker API credential and paste your API key into the API Key field.
Usage Example: HTML to PDF
- Add a UsePDFMaker node to your workflow.
- Select the HTML to PDF operation.
- In the HTML Content field, enter your HTML, for example:
<h1>Invoice #1024</h1>
<p>Total due: $250.00</p>- Connect your UsePDFMaker API credential.
- Run the node. The output will contain a binary field named
datawith the generatedoutput.pdffile, which you can save, email, or upload using any other n8n node.
Resources
License
MIT
