formatex

n8n community node for compiling LaTeX to PDF with FormatEx

Package Information

Downloads: 3 weekly / 21 monthly
Latest Version: 1.0.1
Author: FormatEx

Documentation

FormatEx n8n Node

Community node for compiling LaTeX documents to PDF using the FormatEx API.

Installation

# In your n8n instance
npm install n8n-nodes-formatex

Or 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

  1. Go to FormatEx Dashboard → API Keys → Create Key
  2. In n8n, add FormatEx API credentials with your key
  3. The credential test verifies against the usage endpoint

Building

npm install
npm run build

Local Development

# Link to n8n
cd ~/.n8n/custom
npm link /path/to/n8n-nodes-formatex
# Restart n8n

Discussion