PdfFieldFiller leverages the PyPDF2 library by streamlining the ability to fill our a PDF form fields by utilizing a configuration file.
You can install the package from the PyPI Package Repository using pip
pip install PdfFieldFillerAn example configuration file can be found in the
tests/etcfolder.
PdfFieldFiller includes a test suite built on the unittest framework. All tests are located in the "tests" folder. Tests can be run from the command line by:
python -m unittest tests.tests