1
0
Fork
You've already forked fix-pdf-acroform
0
Removes /AP and sets /NeedAppearances true in the input PDF
  • Python 79.3%
  • Makefile 20.7%
2026年07月07日 17:57:38 +05:30
.gitignore Initial commit 2026年07月07日 17:57:38 +05:30
fix-pdf-acroform.py Initial commit 2026年07月07日 17:57:38 +05:30
LICENSE Initial commit 2026年07月07日 17:57:38 +05:30
Makefile Initial commit 2026年07月07日 17:57:38 +05:30
README.md Initial commit 2026年07月07日 17:57:38 +05:30

Fix PDF AcroForms

Works on PDF 1.4 idk about others.

Removes /AP and sets /NeedAppearances true in the input PDF.

Depends on pypdf but the makefile uses pipx to make a self contained binary with pyinstaller so you don't really need to install anything other than that. You can, of course, also run the script directly if you have pypdf in your env.

Usage

$ fix-pdf-acroform
Usage: fix-pdf-acroform input.pdf output.pdf