
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
n8n-nodes-pdf-generation
Advanced tools
The PDF Generation Node in n8n allows you to generate PDF files from text or table data. This node supports flexible content types, including plain text and tables, and can generate a downloadable PDF document. You can easily integrate this node into your workflow to automate document creation tasks.
To use the PDF Generation Node, you first need to have n8n installed. If you don't have it yet, please refer to the n8n installation guide.
Text
: Plain text content.Table
: Table data (custom logic required for handling table data).Text
Enter the content to include in the PDF...
output.pdf
false
Here’s an example of how to use the PDF Generation node:
{
"contentType": "text",
"content": "This is a sample PDF document generated by n8n.",
"filename": "sample-output.pdf",
"autoDownload": true
}
The output will be a base64 encoded PDF file and the filename specified:
{
"json": {
"filename": "sample-output.pdf",
"pdf": "base64-encoded-pdf-content"
},
"binary": {
"data": {
"mimeType": "application/pdf",
"data": "base64-encoded-pdf-content",
"fileName": "sample-output.pdf"
}
}
}
FAQs
n8n node to generate PDF from text or table data.
The npm package n8n-nodes-pdf-generation receives a total of 164 weekly downloads. As such, n8n-nodes-pdf-generation popularity was classified as not popular.
We found that n8n-nodes-pdf-generation demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.