101 lines
2.3 KiB
ReStructuredText
101 lines
2.3 KiB
ReStructuredText
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.
|
|
|
|
.. program:: glabels-batch-qt
|
|
|
|
.. option:: -p <printer>, --printer <printer>
|
|
|
|
Send output to <printer>.
|
|
|
|
.. option:: -o <filename>, --output <filename>
|
|
|
|
Set output filename to <filename>. Set to "-" for stdout.
|
|
(Default="output.pdf")
|
|
|
|
.. option:: -s <n>, --sheets <n>
|
|
|
|
Set number of sheets to <n>. (Default=1)
|
|
|
|
.. option:: -c <n>, --copies <n>
|
|
|
|
Set number of copies to <n>. (Default=1)
|
|
|
|
.. option:: -f <n>, --first <n>
|
|
|
|
Set starting label on 1st page to <n>. (Default=1)
|
|
|
|
.. option:: -l, --outlines
|
|
|
|
Print label outlines.
|
|
|
|
.. option:: -m, --crop-marks
|
|
|
|
Print crop marks.
|
|
|
|
.. option:: -r, --reverse
|
|
|
|
Print in reverse (mirror image).
|
|
|
|
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
|
|
----
|
|
|
|
To report a bug or make a suggestion regarding this application or this manual
|
|
page, you can use the issues section at Github:
|
|
|
|
<https://github.com/jimevins/glabels-qt/issues>
|
|
|
|
It is needed to register/sign in before. In case of you use another locale than
|
|
**en** on your system, it would be very helpful for developers if you set the
|
|
locale back to American English with the command ``export LC_ALL=C`` before
|
|
launching `glabels-qt`.
|
|
|
|
SEE ALSO
|
|
--------
|
|
|
|
:manpage:`glabels-qt(1)`
|
|
|
|
The gLabels homepage at <http://glabels.org/>.
|