logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

lablie - Tool to generate documents with labels for printing.

Description

       This manual page documents briefly the lablie command.

Name

       lablie - Tool to generate documents with labels for printing.

Options

       Summary of options for lablie command:

       -v     display version info

       -h     display a help message

   lablietile:
       Summary of options for lablietile 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

   lablieinstance:
       Summary of options for lablieinstance command:

       -h     display a help message

       --instance-json
              Path to JSON file containing values for single instance

   lablieproject:
       Summary of options for lablieproject command:

       -h     display a help message

   lablieprojectgenerate-makefile:
       Summary of options for lablieprojectgenerate-makefile command:

       -h     Show this help message and exit.

       -V     Print version information and exit.

                                                06 December 2019                                       LABLIE(1)

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]

See Also