Skip to content

julesbsz/pdfields-renamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PDFields Renamer

Small Python utility to rename AcroForm field technical names inside a PDF, using a simple graphical interface.

The tool lists all form fields found in a PDF and lets you rename them safely, without overwriting the original file.


Features

  • Reads AcroForm fields from a PDF (including nested fields)
  • Displays all field names in a simple 2-column UI
  • Edit new field names directly
  • Saves the result as a new PDF (*.renamed.pdf)

Requirements

  • Python 3.11+
  • Tkinter (included with Python.org installer)
  • pikepdf

Installation

python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt

Usage

python3 pdfields-renamer.py path/to/input.pdf

License

MIT

About

Python utility for easily renaming technical fields in an AcroForms PDF.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages