lablie - Tool to generate documents with labels for printing.
lablie [-v] [-h] [COMMAND]
lablie tile [-h] [--paper-size mm mm]... [--label-offset mm mm]...
[--label-delta mm mm]... [--label-size mm mm]... [--instance-json
FILE] [--instances-json FILE] [--dataset-json FOLDER]
[--dataset-csv FILE] [--dataset-csv-format FORMAT] [--instance KEY]
[--template-descriptor FILE] SOURCE TARGET
lablie instance [-h] [--instance-json <instanceJsonFile>]
SOURCE TARGET
lablie project [-h] [PROJECT_FILE] [COMMAND]
lablie project generate-makefile [-h] [-V]
This manual page documents briefly the lablie command.
Summary of options for lablie command:
- -v
- display version info
- -h
- display a help message
Summary of options for lablie tile command:
- -h
- display a help message
- --paper-size
- Width and height of the paper in mm, ie. 210 297 for A4 paper
portrait
- --label-offset
- X and Y offset of the first label in mm, ie. 5 5
- --label-delta
- X and Y delta between labels in mm, ie. 5 5
- --label-size
- Width and height of label in mm, ie.
- --instance-json
- Path to JSON file containing values for single instance
- --instances-json
- Path to JSON file containing array of instances (can be used in
combination with --dataset-json)
- --dataset-json
- Path to folder containing JSON files for instances
- --dataset-csv
- Path to CSV file containing instances
- --dataset-csv-format
- Sets format for parsing CSV dataset (available options: Default, Excel,
InformixUnload, InformixUnloadCsv, MySQL, PostgreSQLCsv, PostgreSQLText,
RFC4180, TDF)
- --instance
- Key of instance to be rendered
- --template-descriptor
- Path to JSON file containing descriptor of template
Summary of options for lablie instance command:
- -h
- display a help message
- --instance-json
- Path to JSON file containing values for single instance
Summary of options for lablie project command:
- -h
- display a help message
Summary of options for lablie project generate-makefile
command:
- -h
- Show this help message and exit.
- -V
- Print version information and exit.