Back to Nodes

UsePDFMaker

v1.0.14
Last updated Jun 20, 2026

n8n community node for UsePDFMaker — PDF conversion API

1,866 Weekly Downloads
1,866 Monthly Downloads

Included Nodes

UsePDFMaker

Description

# 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

    1. Add a UsePDFMaker node to your workflow.
    2. Select the HTML to PDF operation.
    3. In the HTML Content field, enter your HTML, for example:

       

    Invoice #1024

    Total due: $250.00

    4. Connect your UsePDFMaker API credential.
    5. Run the node. The output will contain a binary field named data with the generated output.pdf file, which you can save, email, or upload using any other n8n node.

    Resources

  • UsePDFMaker API Docs
  • n8n Community Nodes

License

MIT