1lprint-add(1) Michael R Sweet lprint-add(1)
2
3
4
6 lprint-add - add a printer queue.
7
9 lprint add [ -u SYSTEM-URI ] -d PRINTER -m DRIVER-NAME -v DEVICE-URI [
10 -o OPTION=VALUE ]
11
13 This command creates a label printer queue using the specified name,
14 driver, and driver.
15
17 The following options are recognized by lprint add:
18
19 -d PRINTER
20 Specifies the name of the printer queue.
21
22 -m DRIVER-NAME
23 Specifies the name of the printer driver. See lprint-drivers(1)
24 for the command to list the available printer drivers.
25
26 -o OPTION=VALUE
27 Specifies the default value for the given option name. See
28 lprint-submit(1) for a list of supported options.
29
30 -o label-mode-configured=VALUE
31 Specifies the label printing mode: "applicator", "cutter", "cut‐
32 ter-delayed", "kiosk", "peel-off", "peel-off-prepeel", "rewind",
33 "rfid", or "tear-off".
34
35 -o label-tear-offset-configured=NNNin
36
37 -o label-tear-offset-configured=NNNmm
38 Specifies the label tear-off offset in inches ("NNNin") or mil‐
39 limeters ("NNNmm").
40
41 -o printer-darkness=NNN
42 Specifies the base darkness setting for all print jobs as a per‐
43 centage. 0 represents the lightest printing while 100 represents
44 the darkest printing.
45
46 -o printer-geo-location=geo:=LATLON
47 Specifies the geographic location of the printer as a "geo:" URI.
48
49 -o printer-location=LOCATION
50 Specifies the human-readable location, for example "Rack 42".
51
52 -o printer-organization=ORGANIZATION
53 Specifies the organization name, for example "Acme, Inc.".
54
55 -o printer-organizational-unit=UNIT
56 Specifies the organizational unit, for example "Shipping Depart‐
57 ment".
58
59 -u SYSTEM-URI
60 Specifies a remote LPrint server to use. The "SYSTEM-URI" is of
61 the form "ipps://HOSTNAME:PORT/ipp/system".
62
63 -v DEVICE-URI
64 Specifies the device for the printer queue. The value can be a
65 socket: URI such as "socket://11.22.33.44" or a usb: URI as listed
66 by the lprint-devices(1) command.
67
69 lprint(1), lprint-delete(1), lprint-devices(1), lprint-drivers(1),
70 lprint-modify(1), lprint-options(1), lprint-submit(1)
71
73 Copyright © 2019-2021 by Michael R Sweet.
74
75
76
772021-12-21 LPrint lprint-add(1)