// n8n integration

Automate PDF workflows in n8n

Design flexible, robust workflow with creating PDF files from HTML, merging multiple PDF files, and taking screenshots of websites.

You must first install our community node:
@custom-js/n8n-nodes-pdf-toolkit

Important: CustomJS community nodes are available on both n8n Cloud and self-hosted n8n instances. You can choose whichever setup fits your workflow best.

</div>
<div class="col-span-1">
    <img src="/images/integration/n8n/workflow2.png" alt="n8n Connectd App" />
</div>

Our community node provides:

HTML to PDF

Convert HTML content into high-quality PDF documents with ease, enabling automated report generation and document processing workflows.

Merge PDFs

Combine multiple PDF files into a single document seamlessly, making it ideal for document compilation and organization tasks.

Website Screenshot

Capture full-page screenshots of websites and save them as PDF files, useful for archiving web content or generating visual reports.

Compress Pages from PDF

Convert HTML or code into a PDF, compress the generated PDF, and return it as a binary response using the PDF Toolkit.

Extract PDF files

Extract selected pages from a generated PDF with the PDF Toolkit.

Convert PDF to PNG

Convert PDF files into png with the PDF Toolkit.

Convert PDF to Text

Convert PDF files into text with the PDF Toolkit.

Web Scraping

The Scraper node can simulate clicks, typing, and waits, making it ideal for scraping dynamic or protected content. Extract HTML or screenshots for monitoring, research, or integration.

SSL Checker (SSL Certificate)

The SSL Checker node checks certificate validity, expiration dates, and configuration, helping you prevent downtime and maintain security compliance with automated alerts and reporting.

Split PDF into Pages

Split a PDF into individual single-page PDFs and get one n8n item per page — perfect for processing, OCR, or storing each page separately.

Getting Started

  1. Install the CustomJS PDF Toolkit node from the n8n community nodes.
  2. Add the node to your workflow and configure the desired action.
  3. Integrate it with other n8n nodes to automate your PDF processing tasks.

For detailed documentation and examples, visit n8n's workflow templates list.


Further information