blob: a409695494ab7b177962ec0b1744b771118d2d45 (
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
30
|
formurapid(1)
=============
NAME
----
formurapid - Fill in a PDF form using a text file
SYNOPSIS
--------
'formurapid' [options] (--generate | --fill) 'pdf_file'
DESCRIPTION
-----------
OPTIONS
-------
--fill::
Fill in the input form based on a TOML file with the same file name stem in
the same directory. The TOML file is generated with the '--generate'
argument.
--generate::
Generate a TOML file to fill in the form as well as a copy of the PDF with
IDs filled into the text fields.
-h, --help::
Print usage help.
-V, --version::
Print the program version.
|