Back to browse
GitHub Repository

PDF generation API for developers — HTML to pixel-perfect PDFs with one API call

2 starsTypeScript

React components for generating beautiful PDFs

by ftwum·Mar 12, 2026·1 point·5 comments

AI Analysis

MidShip It

Another HTML-to-PDF API when Puppeteer and PrinceXML already solve this.

Strengths
  • Smart page breaks prevent orphaned headings and split table rows.
  • TypeScript and Python SDKs with Handlebars template support.
  • Sub-3-second generation with full CSS Grid and Flexbox support.
Weaknesses
  • HTML-to-PDF is extremely well-served by existing tools and services.
  • No clear differentiation beyond claiming pixel-perfect output.
Target Audience

Developers generating invoices, reports, and documents programmatically

Similar To

Puppeteer · PrinceXML · Documint

Similar Projects

Developer Tools●●Solid

Fullbleed – Rust HTML/CSS-to-PDF with Deterministic Output+Python CLI

It skips headless Chromium entirely and implements an HTML/CSS-to-PDF pipeline in Rust, exposing a Python wheel and CLI that releases the GIL and uses Rayon for parallel batch renders. The deterministic bits — fixed-point base unit, --repro-record/--repro-check, SHA256 outputs and vendored assets — are a clear, practical play for audited VDP/transactional workflows; what's still unknown is CSS spec coverage and whether subtle print-layout quirks will require hand-holding.

WizardryNiche Gem
krflol
203mo ago