
PDFops
Fill and merge PDFs from one HTTP call. No headless Chrome.
Details
- Target Audience
- DevelopersStartupsIndie Hackers
- Pricing
- Freemium
About PDFops
PDFops is a hosted HTTP API for the PDF work that keeps getting reinvented: fill AcroForm fields, merge documents, generate invoices. No headless Chromium and no native dependencies, so it runs anywhere a fetch call does, including Vercel, Cloudflare Workers, Lambda, Deno Deploy and Bun. Fills are byte-deterministic, which is what makes them testable in CI: same input, same bytes. There is an MCP server too, so agents can call it over stdio without a key.
Screenshots
Reviews (0)
No reviews yet. Be the first to rate this product!



Comments (1)
Built this because the usual way to fill or merge a PDF is booting headless Chromium. Same jobs, one HTTP call, no native deps. Output is byte-deterministic, so a filled PDF diffs cleanly in CI.