
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
n8n-nodes-docxtemplater-pdf-converter
Advanced tools
n8n node to convert DOCX templates to populated DOCX and PDF files
This is an n8n community node that provides functionality to convert DOCX templates to populated DOCX and PDF files. It allows users to fill in template variables in DOCX files with real data and then convert the resulting document to PDF format.
Follow these steps to install this custom node:
Clone this repository:
git clone https://github.com/yourusername/n8n-nodes-docx-to-pdf.git
Navigate to the project directory:
cd n8n-nodes-docx-to-pdf
Install dependencies:
pnpm install
Build the code:
pnpm build
Create a symbolic link in your n8n installation:
npm link
In your n8n installation directory:
npm link n8n-nodes-docx-to-pdf
Once published, you can install this node globally using npm:
npm install n8n-nodes-docx-to-pdf -g
Or if you use n8n desktop app, install it through the Community Nodes tab.
{{ variableName }}
Your DOCX template might include variables like:
Dear {{ name }},
Thank you for your {{ product }} order.
Your order number is {{ orderNumber }}.
Best regards,
{{ companyName }}
{
"name": "John Doe",
"product": "Premium Subscription",
"orderNumber": "ORD-12345",
"companyName": "Your Company Name"
}
To publish this node to npm, follow these steps:
Update package.json with your information:
name
, author
, repository
, and homepage
fieldsBuild the package:
pnpm build
Login to npm:
npm login
Publish the package:
npm publish
This project is licensed under the MIT License - see the LICENSE.md file for details.
FAQs
n8n node to convert DOCX templates to populated DOCX and PDF files
The npm package n8n-nodes-docxtemplater-pdf-converter receives a total of 4 weekly downloads. As such, n8n-nodes-docxtemplater-pdf-converter popularity was classified as not popular.
We found that n8n-nodes-docxtemplater-pdf-converter 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.