formurapid
Fill in a PDF form using a text file. Formurapid generates a TOML file that can be used to fill in fields in the PDF. Take a look at the example directory for a practical illustration.
Install
On Mac OS X, Formurapid can be installed with Homebrew:
$ brew install teddywing/formulae/formurapid
To compile from source or install on other platforms:
$ cargo install --git https://github.com/teddywing/formurapid.git
Uninstall
$ cargo uninstall formurapid
License
Copyright © 2021 Teddy Wing. Licensed under the GNU GPLv3+ (see the included COPYING file).