Welcome to Fileloom
Fileloom is a powerful, developer-first PDF generation API that transforms HTML templates into beautiful PDFs in under 2 seconds. Built for scale, designed for simplicity.Quickstart
Generate your first PDF in under 5 minutes
API Reference
Explore the complete API documentation
Templates
Learn how to create reusable PDF templates
Helpers
70+ Handlebars helpers for dynamic content
Why Fileloom?
Fast
Sub-2-second PDF generation with intelligent caching
Simple
One API call to generate PDFs - no complex setup
Scalable
From 100 to 1,000,000+ PDFs per month
The Problem
Generating PDFs programmatically is painful:- Puppeteer/Playwright - Complex setup, resource-heavy, difficult to scale
- wkhtmltopdf - Outdated rendering, inconsistent results
- Native libraries - Low-level APIs, steep learning curve
- Self-hosted solutions - Infrastructure overhead, maintenance burden
The Solution
Fileloom provides a simple API that:- Accepts HTML - Use the web technologies you already know
- Returns PDFs - High-quality, print-ready documents
- Scales automatically - From 100 to 1,000,000+ PDFs per month
- Handles the complexity - Fonts, page breaks, headers, footers - all handled
Quick Example
Key Features
Template Engine
Create reusable templates with 70+ Handlebars helpers for dynamic content
Sub-2s Generation
Fast PDF generation with intelligent caching for repeated templates
Flexible Storage
Store PDFs in Fileloom, your own S3, Google Drive, or multiple destinations
Real-time Webhooks
Get notified when PDFs are generated, failed, or when quotas are low
How It Works
1
Create a Template
Design your PDF using HTML and CSS. Add dynamic placeholders using Handlebars syntax like
{{customerName}} or {{formatDate invoiceDate "MMMM DD, YYYY"}}.2
Send Data via API
Make a POST request to our API with your template ID and the data to populate it.
3
Receive Your PDF
Get back a URL to your generated PDF, ready to download, embed, or send to customers.
Popular Use Cases
- Invoices & Receipts - Generate professional financial documents
- Reports - Create data-driven reports with charts and tables
- Certificates - Award certificates, completion certificates
- Contracts - Legal documents with dynamic content
- Tickets - Event tickets, boarding passes
Comparison
| Feature | Fileloom | Puppeteer | wkhtmltopdf |
|---|---|---|---|
| Setup Time | 5 minutes | Hours | Hours |
| Scaling | Automatic | Manual | Manual |
| Font Support | ✅ Google Fonts + Custom | Manual setup | Limited |
| Emoji Support | ✅ Built-in | Manual setup | ❌ |
| Headers/Footers | ✅ Easy | Complex | Limited |
| Template Engine | ✅ 70+ helpers | None | None |
| Maintenance | Zero | High | Medium |