Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1 KB

File metadata and controls

31 lines (24 loc) · 1 KB

Welcome to PyPDFForm

PyPDFForm is a free and open source pure-Python 3 library for PDF form processing. It contains the essential functionalities needed to interact with PDF forms:

  • Inspect what data a PDF form needs to be filled with.
  • Fill a PDF form by simply creating a Python dictionary.
  • Create a subset of form widgets on a PDF.

It also supports other common utilities such as extracting pages and merging multiple PDFs together.

User Guide

Developer Guide