Back to all APIs
Converters

PDF Generate.
One API Key.

Generate PDFs from HTML content or URLs via headless Chrome

Get Started FreeAlso available on RapidAPI →
Stateless API Processing — No request data stored

Features

RESTful JSON API

Sub-200ms response times

Generous free tier (200 req/month)

Comprehensive documentation

Production-ready reliability

Native API key authentication

Use Cases

Application Integration

Easily integrate into your existing applications and workflows with our RESTful JSON API.

Automation

Automate repetitive tasks and streamline your development process with reliable API endpoints.

Data Processing

Process and transform data efficiently at scale with production-ready infrastructure.

Truncus + Van Moose

Generate & Deliver PDFs

Generate PDFs from HTML with the PDF Generator API and deliver them as email attachments via Truncus.

TypeScript
import VanMoose from '@vanmoose/sdk';
import { Truncus } from '@truncus/email';

const vm = new VanMoose('vm_live_...');
const truncus = new Truncus('tr_live_...');

async function sendInvoicePdf(html: string, to: string) {
  // Step 1: Generate the PDF
  const { pdfUrl } = await vm.pdfGenerate({ html, format: 'A4' });

  // Step 2: Email the invoice
  await truncus.send({
    from: 'billing@yourdomain.com',
    to,
    subject: 'Your invoice is ready',
    html: '<p>Your invoice is attached.</p>',
    attachments: [{ filename: 'invoice.pdf', path: pdfUrl }],
  });
}

Pricing

Start free with 10/month. Scale up as you grow.

Free

10/month

Free
  • 10/month
  • 1/min
  • Hard limit
Get Started

Pro

200/month

$9.99/mo
  • 200/month
  • 5/min
  • $0.05/req
Get Started
Best Value

Ultra

1.2k/month

$49.99/mo
  • 1.2k/month
  • 15/min
  • $0.04/req
Get Started

Mega

6k/month

$199/mo
  • 6k/month
  • 30/min
  • $0.03/req
Get Started

Frequently Asked Questions

Sign up for free at vanmoose.cc, get your API key, and start making requests. Each API includes interactive documentation and code examples.
The free tier includes 200 requests per month at 5 requests per minute. Perfect for testing and small projects.
Upgrade anytime from your dashboard. Plans scale from Pro (10K requests) to Mega (1M requests) with increasing rate limits.
Paid tiers include 99.9% uptime SLA. Enterprise plans with custom SLAs are available for high-volume users.

Start using PDF Generate API today

Free tier available. No credit card required.