npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

n8n-nodes-pdforge

v2.3.3

Published

pdf noodle (previously pdforge) automates PDF Generation in minutes using AI.Create custom PDF templates in seconds using our AI Agents, fine tune the design with our PDF builder and automate the PDF delivery with our native pdforge node inside n8n. No co

Readme

n8n-nodes-pdforge

This is an n8n node. It lets you use pdf noodle (previously pdforge) in your n8n workflows.

pdf noodle automates PDF Generation in minutes using AI.

Create custom PDF templates in seconds using our AI Agents, fine tune the design with our pDF builder and automate the PDF delivery with our native pdf noodle node inside n8n. No code or design experience needed.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials Compatibility
Usage Resources Version history

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

With pdf noodle you can create pdfs from html or reusable templates (or convert them to images), both 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 | | Convert HTML to PDF Sync | html-to-pdf:sync | Creates a PDF file using the HTML data and PDF params sent. | Link | | Convert HTML to PDF Async | html-to-pdf:async | Creates a PDF file asynchronously using the HTML data and PDF params sent. | Link |

Credentials

You only need a pdf noodle API Key to integrate to start generating pdfs. You can get it using our web portal and choosing any plan to subscribe to.

Compatibility

This package was developed & tested with n8n > 1.97.1

Usage

Please check out the pdf noodle API Reference for more information on how to use the integration.

Resources

Version history

| Version | Changes | | ------- | ----------------------------------------------------------------------------------------------------------------- | | 2.3.3 | Updating repository to pdfnoodle | | 2.3.2 | Fix on package json to make integration update work on n8n instances | | 2.3.1 | Adjusting names so it doesn't break existing pdforge installs on n8n | | 2.3.0 | Rebranding changing the name from pdforge to pdf noodle (everything else stays the same) | | 2.2.1 | Added debug option so you have additional information such as rendered HTML and variables validation | | 2.1.1 | Changed description and treated Print Params not being properly converted into objects | | 2.1.0 | Added hasCover option to include a cover page in generated PDFs to automatically hide footer and header content | | 2.0.0 | Added support for HTML to PDF conversion operations and custom s3 bucket configuration | | 1.0.0 | Initial release with PDF and Image generation capabilities |