glabels-batch-qt ================ SYNOPSIS -------- **glabels-batch-qt** [*options*] [*filename*] DESCRIPTION ----------- :program:`glabels-batch-qt` is a utility for printing files previously prepared with :program:`glabels-qt` from the command line. It is suitable for use with scripts. OPTIONS ------- .. program:: glabels-batch-qt .. option:: -h, --help Displays usage information and exits. .. option:: -v, --version Displays version information and exits. .. option:: -p , --printer Send output to . .. option:: -o [], --output [] Set output filename to . Set to "-" for stdout. (Default="output.pdf") .. option:: -s , --sheets Set number of sheets to . (Default=1) .. option:: -c , --copies Set number of copies to . (Default=1) .. option:: -f , --first Set starting label on 1st page to . (Default=1) .. option:: -l, --outlines Print label outlines. .. option:: -m, --crop-marks Print crop marks. .. option:: -r, --reverse Print in reverse (mirror image). .. option:: -D =, --define = Set initial value of user variable to . FILES ----- .. describe:: ${prefix}/share/glabels-qt/templates/ Directory containing predefined product templates distributed with glabels. .. describe:: ${XDG_CONFIG_HOME}/glabels.org/glabels-qt/ Directory containing user defined product templates created with the gLabels Product Template Designer. **Do not place manually created templates here!** .. describe:: ${HOME}/.glabels/ Directory for manually created product templates. BUGS ---- On GNU/Linux platforms, :program:`glabels-batch-qt` must be run from within a windowing environment, such as X or Wayland. This is because Qt requires a suitable platform to obtain system font information. A work-around is to run :program:`glabels-batch-qt` using a virtual X server environment: .. code:: shell xvfb-run glabels-batch-qt -o output.pdf myProject.glabels REPORTING BUGS -------------- Bugs and feature requests can be reported via the gLabels issue tracking system at GitHub (). You will need a GitHub account to submit new issues or to comment on existing issues. SEE ALSO -------- :manpage:`glabels-qt(1)` The gLabels homepage at .