Playground

Fill & merge PDFs, free, in your browser

No signup, no install, no API key. Drop a PDF and go — this runs on the exact same hosted API you'd call from your code. 100 free runs per month.

Drop a fillable PDF here, or

No fillable PDF handy?

Use this in your code
POST /api/fill-form
curl -X POST https://pdfops.dev/api/fill-form \
  -F "pdf=@invoice-template.pdf" \
  -F 'fields={"customer_name":"Acme Co","total":"$1,250.00"}' \
  -o filled.pdf

Files are processed on the PDFops API and never stored. Free during beta: 100 requests per IP per month. Need more? Join the waitlist or read the API docs.