-
Notifications
You must be signed in to change notification settings - Fork 5
/
gutenprint-printer-app.1
112 lines (108 loc) · 2.71 KB
/
gutenprint-printer-app.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
.\"
.\" Gutenprint Printer Application man page
.\"
.\" Copyright © 2020-2021 by Till Kamppeter
.\" Copyright © 2020 by Michael R Sweet
.\"
.\" Licensed under Apache License v2.0. See the file "LICENSE" for more
.\" information.
.\"
.TH gutenprint-printer-app 1 "gutenprint-printer-app" "2021-09-04" "OpenPrinting"
.SH NAME
gutenprint-printer-app \- Gutenprint Printer Application
.SH SYNOPSIS
.B gutenprint-printer-app
[
.I SUB-COMMAND
] [ OPTIONS ] [ FILES ]
.SH DESCRIPTION
.B gutenprint-printer-app
is a Printer Application that can be run standalone or as a dedicated IPP Everywhere network service.
.B gutenprint-printer-app
supports printing PDF files, PostScript files, JPEG images, PNG images, and Apple/PWG raster files to USB and network printers supported by Gutenprint.
This Printer Application created by OpenPrinting encapsulates the CUPS driver of Gutenprint, consisting of the dynamic PPD file generator "gutenprint.5.3", the CUPS filter "ratertogutenprint.5.3" and the CUPS backend "gutenprint53+usb" (backend only used for dyesub printers on USB).
Gutenprint is actively maintained and the developers plan to create a native Printer Application, not retro-fitting the CUPS driver, but creating a Printer Application directly with PAPPL and libgutenprint. Therefore this Printer Application is only an interim solution and will be discontinued as soon as the Gutenprint developers issue their native Printer Application.
.SH SUB-COMMANDS
If no sub-command is specified, "submit" is assumed.
The following sub-commands are recognized by
.B gutenprint-printer-app:
.TP 5
add
Add a printer queue.
.TP 5
cancel
Cancel one or more print jobs.
.TP 5
default
Get/Set the default printer queue.
.TP 5
delete
Delete a printer queue.
.TP 5
devices
List connected printers.
.TP 5
drivers
List the supported drivers.
.TP 5
jobs
List pending print jobs.
.TP 5
modify
Modify a printer queue.
.TP 5
options
List supported options.
.TP 5
printers
List the printer queues.
.TP 5
server
Start a server.
.TP 5
shutdown
Shutdown a running server.
.TP 5
status
Show the status of a printer or all printers.
.TP 5
submit
Submit a file for printing.
.SH OPTIONS
The following options are recognized by
.B gutenprint-printer-app:
.TP 5
-a
Cancel all jobs.
.TP 5
-d PRINTER
Specify printer.
.TP 5
-h HOST
Specify hostname.
.TP 5
-j JOB-ID
Specify job ID.
.TP 5
-m DRIVER-NAME
Specify driver.
.TP 5
-n COPIES
Specify number of copies.
.TP 5
-o NAME=VALUE
Specify option.
.TP 5
-t TITLE
Specify job title.
.TP 5
-u URI
Specify ipp: or ipps: printer/server.
.TP 5
-v DEVICE-URI
Specify socket: or usb: device.
.SH SEE ALSO
https://github.com/OpenPrinting/gutenprint-printer-app
.SH COPYRIGHT
Copyright \[co] 2020-2021 by Till Kamppeter.
Copyright \[co] 2020 by Michael R Sweet.