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 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-pixconvert

v1.0.0

Published

n8n community node for PixConvert PDF and image processing API

Readme

n8n-nodes-pixconvert

An n8n community node for PixConvert — a self-hosted PDF and image processing API.

Features

  • 35+ operations across 8 categories
  • Binary or URL output — pipe results directly to S3, email, Google Drive, or return a download link
  • No auth required — just point it at your server

Categories

| Category | Operations | |----------|-----------| | Organize PDF | Merge, Split, Remove Pages, Extract Pages, Organize, Scan to PDF | | Optimize PDF | Compress, Repair, OCR | | Convert to PDF | JPG, Word, PowerPoint, Excel, HTML → PDF | | Convert from PDF | PDF → JPG, Word, PowerPoint, Excel, PDF/A | | Edit PDF | Rotate, Page Numbers, Watermark, Crop, Annotations | | PDF Security | Unlock, Lock, Sign, Redact, Compare | | Image Conversion | JPG↔PNG, WebP→JPG, HEIC→JPG, BMP→PNG, Photo→Markdown | | Media | Universal Convert, GIF Maker |

Installation

In your n8n instance go to Settings → Community Nodes and install:

n8n-nodes-pixconvert

Or via npm in your n8n root:

npm install n8n-nodes-pixconvert

Setup

  1. Add a PixConvert API credential
  2. Set API URL to your server's API endpoint — include /api/v1:
    https://your-server.com/api/v1
  3. Use the node in any workflow — select Resource → Operation → configure parameters

Deploying the PixConvert API

The API requires a Linux server with Node.js 18+, Ghostscript, LibreOffice headless, and Tesseract OCR.

See the PixConvert server repo for setup instructions.

Workflow Templates

Import ready-to-use templates from the workflows/ directory:

| Template | Description | |----------|-------------| | merge-pdfs.json | Merge two PDFs from disk | | compress-and-email.json | Compress PDF via webhook, email result | | word-to-pdf-pipeline.json | Convert Word doc to PDF via webhook | | pdf-to-jpg-s3.json | Convert PDF to JPG images, upload to S3 | | lock-pdf-workflow.json | Password-protect PDF via webhook |

License

MIT