blob: c7876114eee7e57e679ff90e939d84ac32e57b28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
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).
[example directory]: ./example/
|