n8n-nodes-formatex
v1.0.1
Published
n8n community node for compiling LaTeX to PDF with FormatEx
Maintainers
Readme
FormatEx n8n Node
Community node for compiling LaTeX documents to PDF using the FormatEx API.
Installation
# In your n8n instance
npm install n8n-nodes-formatexOr install via n8n UI: Settings → Community Nodes → Install → n8n-nodes-formatex
Operations
| Operation | Description | |-----------|-------------| | Compile | Compile LaTeX to PDF with a specific engine | | Smart Compile | Auto-detect engine, auto-fix errors | | Check Syntax | Validate LaTeX without compiling (free) | | Get Usage | Current month compilation stats |
Credentials
- Go to FormatEx Dashboard → API Keys → Create Key
- In n8n, add FormatEx API credentials with your key
- The credential test verifies against the usage endpoint
Building
npm install
npm run buildLocal Development
# Link to n8n
cd ~/.n8n/custom
npm link /path/to/n8n-nodes-formatex
# Restart n8n