PDF Generation API

Generate Beautiful PDFs with Renderr

Convert HTML, URLs, and templates to stunning PDFs. Built for developers who need reliable, fast, and beautiful document generation.

20Free PDFs/day
<2sAvg. Generation
99.9%Uptime
api-example.js
// Generate PDF from HTML
const response = await fetch(
  'https://api.renderr.io/v1/pdf/from-html',
  {
    method: 'POST',
    headers: {
      'X-API-Key': 'rnd_your_api_key',
      'Content-Type': 'application/json'
    },
    body: JSON.stringify({
      html: '<h1>Hello World</h1>',
      options: {
        format: 'A4',
        margin: { top: '20mm' }
      }
    })
  }
);

// Get your PDF!
const pdf = await response.blob();

Powerful Features

Everything you need to generate professional PDFs

📄

HTML to PDF

Convert any HTML content to pixel-perfect PDFs. Supports CSS, images, and custom fonts.

🌐

URL to PDF

Capture entire web pages as PDFs. Perfect for archiving or generating reports.

📝

Template Engine

Use Mustache templates with JSON data. Ideal for invoices, quotations, and certificates.

🗜️

PDF Compression

Reduce PDF file sizes without quality loss. Three compression levels available.

🖼️

Thumbnails

Auto-generate preview thumbnails for your PDFs. Great for document management.

☁️

Cloud Storage

Optionally store PDFs in S3. Get direct download URLs for your files.