PDF import

Turn the PDF you already use into an API.

Upload a text-based invoice or quote. Get an editable template, fictional sample data, and a proof you review before it goes live.

PDF stays private · deleted after import · review before publish

01 · existing PDF

Halide & Co.

original PDF · page 1

Invoice

Bill to

Northwind Studio

Number

INV-1042

Design services2,160.00
Implementation240.00
Total due$2,592.00

02 · editable API template

tmpl_invoice

draft proofed
{
  "client": "Northwind Studio",
  "number": "INV-1042",
  "items": [{ "name": "Design", "amount": 2160 }],
  "total": 2592
}
POST /v1/generate → 200 PDF

01

Bring the familiar

Start from the layout your customers and team already know—not a blank canvas.

02

Keep control

The result is a draft. Inspect the proof and publish only when you trust it.

03

Call it forever

Template and data stay separate, so every future document is one predictable API call.