
Product
Introducing Rust Support in Socket
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
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 125 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.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.