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