I\'m trying to use Python to processes some PDF forms that were filled out and signed using Adobe Acrobat Reader.
I\'ve tried:
There is a typo on these lines:
file.write(pp.pformat(form))
Should be:
outfile.write(pp.pformat(form))