Fill PDF forms locally and place each value precisely in a browser editor. Flat, AcroForm, and per-character (comb) fields. No cloud, no Adobe.
Project description
pdf-fill-studio
Fill any PDF on your machine, then drag every value into place.
pdf-fill-studio fills PDF forms locally and hands you a visual editor to fix the placement. It detects how a PDF is built and fills it the right way. The filled values show up over a browser preview of the real page. You drag them into the boxes, nudge with the arrow keys, and export. Nothing leaves your machine. The signature line stays empty so you sign it yourself.
Why
Most forms you actually have to fill have no form fields. The text is right, it just has to sit on the correct line, and getting there by typing coordinates is slow. The hosted tools that do this upload your document to a server, which you don't want for tax or insurance paperwork. This keeps everything local and gives you a real editor instead.
What it does today
- Fills flat PDFs (no form fields) by overlaying text where it belongs, snapped to the line.
- Per-character (comb) fields: one character centered per cell (postal codes, SINs, dates).
- Browser editor: drag values over the rendered page, 1px nudges with the arrow keys, signature left blank.
- AcroForm (native fields) fill, with profile autofill from a private JSON. A SIN or bank number is never stored.
- Runs as a Claude Code skill. MIT licensed, and it never touches the network at runtime.
Profile
Copy profile.example.json to profile.json, fill in your own data, and pass it with --profile profile.json. The CLI fills every matched field automatically and prints what still needs manual input. Keep profile.json out of git (it is already in .gitignore by convention; add it if needed). A SIN, bank account, or card number in the profile file is silently skipped and never written to any PDF.
Roadmap
- XFA dynamic forms, with an Adobe Reader fallback for the forms that defeat every headless library.
Install
With pip (gives the pdf-fill-studio command):
pip install pdf-fill-studio
pdf-fill-studio path/to/form.pdf
As a Claude Code plugin:
/plugin marketplace add KevinDoremy/pdf-fill-studio
/plugin install pdf-fill-studio@pdf-fill-studio
From source:
git clone https://github.com/KevinDoremy/pdf-fill-studio
cd pdf-fill-studio
python3 -m venv .venv && source .venv/bin/activate
pip install -e .
pdf-fill-studio path/to/form.pdf
As an MCP server (optional)
Expose the fill tools over the Model Context Protocol:
pip install "pdf-fill-studio[mcp]"
pdf-fill-studio-mcp # stdio MCP server: detect_pdf_type, list_fields, fill_acroform_fields, fill_flat_text
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pdf_fill_studio-0.3.0.tar.gz.
File metadata
- Download URL: pdf_fill_studio-0.3.0.tar.gz
- Upload date:
- Size: 509.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
549a7dda6cd2f5bd52456aae4b2d5912a152500544b31d7c338c7e34914fa875
|
|
| MD5 |
963620e72f0e06015bb6da53742726cf
|
|
| BLAKE2b-256 |
5eb050c03d70ce629b37fdd756e0595b6b12757995d4e0a0bf8c01f4b90462a3
|
File details
Details for the file pdf_fill_studio-0.3.0-py3-none-any.whl.
File metadata
- Download URL: pdf_fill_studio-0.3.0-py3-none-any.whl
- Upload date:
- Size: 510.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
733b06b6e89d3b8f9f0886fd786e4438ca5a190c5891f01874f89b8b40d41318
|
|
| MD5 |
20535269946afa7b8728db3d0fd0e6b9
|
|
| BLAKE2b-256 |
4af27b9da70c5649134a049483e3854bafbdede0a8649f769a075083ba513b70
|