Skip to content

Instantly share code, notes, and snippets.

@lincank
lincank / pdfform.py
Created September 11, 2012 06:38
collect fillable form data from all pdf files in the input directory, and generate a "output.csv" file in the input directory
"""
collect fillable form data from all pdf files in the input directory,
and generate a "output.csv" file in the input directory
Dependency: pdfminer
Install: pip install pdfminer
Usage: