Files @ 13c66e8ce296
Branch filter:

Location: NPO-Accounting/conservancy_beancount/tests/pdfforms/form1.yml

Brett Smith
pdfforms: Initial module and tool to extract PDF form data to YAML.

Next steps:

* A tool to fill the PDF form based on values written to that YAML.
* An extension to fill some of those values with numbers queried from the
books (which is why we need something more involved than FDF).
- fdf:
    type: Tx
    name: topform.text1_0
- fdf:
    type: Btn
    name: topform.button1.button1_0
    options: ['1', 'Off']
- fdf:
    type: Btn
    name: topform.button1.button1_1
    options: ['2', 'Off']
- fdf:
    type: Tx
    name: topform.text1_1
- fdf:
    type: Tx
    name: topform.text2_0
- fdf:
    type: Btn
    name: topform.button2.button2_0
    options: ['1', 'Off']
- fdf:
    type: Btn
    name: topform.button2.button2_1
    options: ['2', 'Off']