Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Fill any PDF locally and place each value precisely in a visual editor. Use when the user wants to fill out a PDF form, enter data into a PDF, complete a tax/insurance/bank form, or position text on a flat/scanned PDF. Handles flat (field-less) PDFs, per-character (comb) fields, and native AcroForm fields; leaves the signature blank for the user to sign.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -58% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -10% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -5% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -20% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -46% | 0% |
Fill a PDF locally, place the values precisely, then export. Flat PDFs use a browser editor; AcroForm PDFs fill natively; the signature is always left blank for the user to sign.
The user gives you a PDF to fill (form, claim, tax/bank/insurance document).
pip install pdf-fill-studio (provides the pdf-fill-studio command). From source instead: python3 -m venv .venv && .venv/bin/pip install -e ., then use .venv/bin/pdf-fill-studio.
(Replace form.pdf and profile.json with the user's actual file paths.)
pdf-fill-studio form.pdf -o out/form_filled.pdf. It detects the form type.pdf-fill-studio form.pdf -o out/form_filled.pdf --profile profile.json. Matched fields fill automatically; it prints "Needs manual input: ...]" for the rest. Ask the user for each listed field, add them to the profile, re-run, then render to verify.
onto the lines, nudge with arrow keys, and click "Export PDF". Comb fields (one box per character, e.g. postal code) are detected and filled one character per cell automatically.
out/. The user signs it themselves.Render and look: python -m pdf_fill_studio.render_page out/form_filled.pdf out/preview. Check each value sits on its line / inside its cell, not too low or spilling outside. Apply minimal coordinate corrections and re-bake if needed.
Other measured skills in the registry, with their headline benchmark lift.