| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Replace these with 'anyhow' `Result`s.
|
|
|
|
|
|
Write files in the same directory as the input form.
Files:
* PDF form with IDs filled
* TOML field file
* PDF with fields filled from TOML
|
|
Add 'getopts' to parse command line arguments. Replace `--fill` argument
condition with 'getopts'. Replace the hard-coded PDF file path with one
from the command line argument.
|
|
Add a new `--fill` command line argument that instructs the program to
fill in the form using the values in the TOML file.
|
|
Write a file that can be modified by a user to fill in the form fields.
A separate procedure will take the TOML file and fill in the appropriate
fields.
|
|
Use a copy of Form 1040 as a sample. A copy of the PDF is produced so
you can reference the text fields by their ID.
|
|
Generated with:
$ cargo init --bin
|