PDF generation infrastructure

Generate production-grade PDFs via API

Compile LaTeX templates into PDFs without installing TeX, managing CI toolchains, or worrying about environments.

curl -X POST "https://texapi.ovh/api/latex/compile/file?compiler=lualatex" \
  -H "X-API-KEY: your-api-key" \
  -F "files=@main.tex" \
  -F "files=@font.ttf"

Used for invoices, reports, contracts, certificates, and automated documents.

Built for Developers & Automation

Texapi is not a LaTeX editor. It’s an API for teams that need reliable PDF output.

SaaS Products

Generate invoices, receipts, reports, and customer documents automatically.

CI / Automation

Compile PDFs in CI pipelines without installing or caching TeX distributions.

Backend Services

Turn structured data into beautifully typeset PDFs from your backend.

Why Texapi?

Everything you need to generate PDFs — without running LaTeX yourself.

Fast & Stateless

Each request runs in a clean environment for predictable, reproducible builds.

Simple REST API

Upload templates and data. Get a PDF back. No platform lock-in.

Full LaTeX Support

Multiple files, images, fonts, BibTeX, and PDFLaTeX / XeLaTeX / LuaLaTeX.

Secure by Design

API keys, sandboxed compilation, and strict execution limits.

No TeX Toolchains

No Docker images, no CI hacks, no broken dependencies.

OpenAPI Spec

Fully documented with Swagger for easy testing and integration.

How It Works

From template to PDF in seconds.

1

Prepare Templates

Write LaTeX templates once and reuse them everywhere.

2

Call the API

Send files and data from your app or CI pipeline.

3

Receive the PDF

Download or store the generated PDF instantly.

Stop Managing LaTeX Infrastructure

Focus on your product. Let Texapi handle PDF generation.

Read the Docs