table of contents
LABLIE(1) | General Commands Manual | LABLIE(1) |
NAME¶
lablie - Tool to generate documents with labels for printing.
SYNOPSIS¶
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]
DESCRIPTION¶
This manual page documents briefly the lablie command.
OPTIONS¶
Summary of options for lablie command:
lablie tile:¶
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
lablie instance:¶
Summary of options for lablie instance command:
- -h
- display a help message
- --instance-json
- Path to JSON file containing values for single instance
lablie project:¶
Summary of options for lablie project command:
- -h
- display a help message
lablie project generate-makefile:¶
Summary of options for lablie project generate-makefile command:
06 December 2019 |