Package Information
Released: 8/2/2025
Downloads: 14 weekly / 171 monthly
Latest Version: 0.1.1
Author: annhdev
Available Nodes
Documentation

n8n-nodes-pdf-extractor
This is a custom n8n node that extracts content from PDF files and converts them into various formats such as Text or Markdown. It is built using the unpdf library and is designed to be easily integrated into n8n workflows.
Features
- Convert
PDFfiles toTextorMarkdownformat. - Support binary data input.
- Easy integration into n8n workflows.
Installation
npm install n8n-nodes-pdf-extractor
Usage
- Add the node to your n8n workflow.
- Connect the node to a previous node that outputs a
PDFfile, ensuring that the input data is in binary format. - Configure the node by selecting the desired output format (
Text,Markdown, orAll).
Configuration
- Output Format: Choose the desired output format for the conversion:
Text: Converts thePDFfile to plain text format.Markdown: Converts thePDFfile to Markdown format.All: Converts thePDFfile to all formats (TextandMarkdown).