Skip to content

Instantly share code, notes, and snippets.

@xerofdv
xerofdv / pdfform.py
Last active February 16, 2016 20:50 — forked from lincank/pdfform.py
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: