diff options
author | Teddy Wing | 2021-04-11 03:48:02 +0200 |
---|---|---|
committer | Teddy Wing | 2021-04-11 03:48:02 +0200 |
commit | 8102f48b5aaf6965a37814c55f728711382661f2 (patch) | |
tree | ea7b8f9c3365d5f9cf6a494081dccd1e02aa3e07 /Cargo.toml | |
parent | 28c232ded4313effdeeef18f746688df391ab2fb (diff) | |
download | formurapid-8102f48b5aaf6965a37814c55f728711382661f2.tar.bz2 |
Fill in the form's fields with the fields' IDs
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.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,3 +4,4 @@ version = "0.0.1" edition = "2018" [dependencies] +pdf_forms = "0.3.4" |