4 <meta name=
"creator" content=
"mantohtml v2.0.2">
5 <title>ipptoolfile(
5)
</title>
8 <h1 id=
"ipptoolfile-5">ipptoolfile(
5)
</h1>
9 <h2 id=
"ipptoolfile-5.name">Name
</h2>
10 <p>ipptoolfile - ipptool file format
12 <h2 id=
"ipptoolfile-5.description">Description
</h2>
14 <a href=
"ipptool.html"><strong>ipptool
</strong>(
1)
</a>
16 program accepts free-form plain text files that describe one or more IPP requests.
17 Comments start with the
"#
" character and continue to the end of the line.
18 Each request is enclosed by curly braces, for example:
23 # The name of the test
24 NAME
"Print PDF File
"
29 GROUP operation-attributes-tag
30 ATTR charset attributes-charset utf-
8
31 ATTR language attributes-natural-language en
32 ATTR uri printer-uri $uri
33 ATTR name requesting-user-name $user
34 ATTR mimeMediaType document-format application/pdf
36 GROUP job-attributes-tag
37 ATTR collection media-col {
38 # US Letter plain paper from the
"main
" tray
39 MEMBER collection media-size {
40 MEMBER integer x-dimension
21590
41 MEMBER integer y-dimension
27940
43 MEMBER integer media-top-margin
423
44 MEMBER integer media-bottom-margin
423
45 MEMBER integer media-left-margin
423
46 MEMBER integer media-right-margin
423
47 MEMBER keyword media-source
"main
"
48 MEMBER keyword media-type
"stationery
"
53 # The response to expect
55 EXPECT job-id OF-TYPE integer WITH-VALUE
>0
56 EXPECT job-uri OF-TYPE uri
59 # The name of the test
60 NAME
"Wait for Job to Complete
"
63 OPERATION Get-Job-Attributes
65 GROUP operation-attributes-tag
66 ATTR charset attributes-charset utf-
8
67 ATTR language attributes-natural-language en
68 ATTR uri printer-uri $uri
69 ATTR integer job-id $job-id
70 ATTR name requesting-user-name $user
72 # The response to expect
74 EXPECT job-id OF-TYPE integer WITH-VALUE $job-id
75 EXPECT job-uri OF-TYPE uri
76 EXPECT job-state OF-TYPE enum WITH-VALUE
>5 REPEAT-NO-MATCH
77 EXPECT job-originating-user-name OF-TYPE name WITH-VALUE
"$user
"
79 # Show the job state until completed...
81 DISPLAY job-state-reasons
84 <h3 id=
"ipptoolfile-5.description.top-level-directives">Top-Level Directives
</h3>
85 <p>The following directives can be used outside of a
<em>test
</em>:
87 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>{
</strong><em>test
</em><strong>}
</strong><br>
90 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>DEFINE
</strong><em>variable-name value
</em><br>
91 Defines the named variable to the given value. This is equivalent to specifying
<em>-d variable-name=value
</em> on the
92 <strong>ipptool
</strong>(
8)
96 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>DEFINE-DEFAULT
</strong><em>variable-name value
</em><br>
97 Defines the named variable to the given value if it does not already have a value.
99 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>FILE-ID
"</strong><em>identifier
</em><strong>"</strong><br>
100 Specifies an identifier string for the current file.
102 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>IGNORE-ERRORS yes
</strong><br>
104 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>IGNORE-ERRORS no
</strong><br>
105 Specifies whether, by default,
106 <strong>ipptool
</strong>(
8)
108 will ignore errors and continue with subsequent tests.
110 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>INCLUDE
"</strong><em>filename
</em><strong>"</strong><br>
112 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>INCLUDE
<</strong><em>filename
</em><strong>></strong><br>
113 Includes another test file. The first form includes a file relative to the current test file, while the second form includes a file from the
114 <strong>ipptool
</strong>(
8)
118 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>INCLUDE-IF-DEFINED
</strong><em>name
</em><strong>"</strong><em>filename
</em><strong>"</strong><br>
120 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>INCLUDE-IF-DEFINED
</strong><em>name
</em><strong><</strong><em>filename
</em><strong>></strong><br>
121 Includes another test file if the named variable is defined. The first form includes a file relative to the current test file, while the second form includes a file from the
122 <strong>ipptool
</strong>(
8)
126 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>INCLUDE-IF-NOT-DEFINED
</strong><em>name
</em><strong>"</strong><em>filename
</em><strong>"</strong><br>
128 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>INCLUDE-IF-NOT-DEFINED
</strong><em>name
</em><strong><</strong><em>filename
</em><strong>></strong><br>
129 Includes another test file if the named variable is not defined. The first form includes a file relative to the current test file, while the second form includes a file from the
130 <strong>ipptool
</strong>(
8)
134 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>SKIP-IF-DEFINED
</strong><em>variable-name
</em><br>
136 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>SKIP-IF-NOT-DEFINED
</strong><em>variable-name
</em><br>
137 Specifies that the remainder of the test file should be skipped when the variable is or is not defined.
139 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>STOP-AFTER-INCLUDE-ERROR no
</strong><br>
141 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>STOP-AFTER-INCLUDE-ERROR yes
</strong><br>
142 Specifies whether tests will be stopped after an error in an included file.
144 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>TRANSFER auto
</strong><br>
145 Specifies that tests will, by default, use
"Transfer-Encoding: chunked
" for requests with attached files and
"Content-Length:
" for requests without attached files.
147 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>TRANSFER chunked
</strong><br>
148 Specifies that tests will, by default, use the HTTP/
1.1 "Transfer-Encoding: chunked
" header. This is the default and is equivalent to specifying
<em>-c
</em> on the
149 <strong>ipptool
</strong>(
8)
151 command-line. Support for chunked requests is required for conformance with all versions of IPP.
153 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>TRANSFER length
</strong><br>
154 Specifies that tests will, by default, use the HTTP/
1.0 "Content-Length:
" header. This is equivalent to specifying
<em>-l
</em> on the
155 <strong>ipptool
</strong>(
8)
157 command-line. Support for content length requests is required for conformance with all versions of IPP.
159 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>VERSION
1.0</strong><br>
161 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>VERSION
1.1</strong><br>
163 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>VERSION
2.0</strong><br>
165 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>VERSION
2.1</strong><br>
167 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>VERSION
2.2</strong><br>
168 Specifies the default IPP version number to use for the tests that follow.
170 <h3 id=
"ipptoolfile-5.description.test-directives">Test Directives
</h3>
171 <p>The following directives are understood within a
<em>test
</em>:
173 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>ATTR
</strong><em>out-of-band-tag attribute-name
</em><br>
175 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>ATTR
</strong><em>tag attribute-name value[,...,value]
</em><br>
177 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>ATTR
</strong><em>tag attribute-name
"value
"[,...,
"value
"]
</em><br>
179 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>ATTR
</strong><em>tag attribute-name
<hex-value
>[,...,
<hex-value
>]
</em><br>
180 Adds an attribute to the test request.
181 Out-of-band tags (admin-define, delete-attribute, no-value, not-settable, unknown, unsupported) have no value.
182 Values for other tags are delimited by the comma (
",
") character - escape commas using the
"\
" character.
183 Common attributes and values are listed in the IANA IPP registry - see references below.
185 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>ATTR collection
</strong><em>attribute-name
</em><strong>{ MEMBER
</strong><em>tag member-name value(s) ...
</em><strong>}
</strong> [
<em>...
</em><strong>,{
</strong><em>...
</em><strong>}
</strong>]
<br>
186 Adds a collection attribute to the test request.
187 Member attributes follow the same syntax as regular attributes and can themselves be nested collections.
188 Multiple collection values can be supplied as needed, separated by commas.
190 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>COMPRESSION deflate
</strong><br>
192 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>COMPRESSION gzip
</strong><br>
194 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>COMPRESSION none
</strong><br>
195 Uses the specified compression on the document data following the attributes in a Print-Job or Send-Document request.
197 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>DELAY
</strong><em>seconds
</em>[
<em>,repeat-seconds
</em>]
<br>
198 Specifies a delay in seconds before this test will be run.
199 If two values are specified, the second value is used as the delay between repeated tests.
201 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>DISPLAY
</strong><em>attribute-name
</em><br>
202 Specifies that value of the named attribute should be output as part of the
205 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>EXPECT
</strong><em>attribute-name
</em>[
<em>predicate(s)
</em>]
<br>
207 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>EXPECT ?
</strong><em>attribute-name predicate(s)
</em><br>
209 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>EXPECT !
</strong><em>attribute-name
</em><br>
210 Specifies that the response must/may/must not include the named attribute. Additional requirements can be added as predicates - see the
"EXPECT PREDICATES
" section for more information on predicates. Attribute names can specify member attributes by separating the attribute and member names with the forward slash, for example
"media-col/media-size/x-dimension
".
212 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>EXPECT-ALL
</strong><em>attribute-name
</em>[
<em>predicate(s)
</em>]
<br>
214 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>EXPECT-ALL ?
</strong><em>attribute-name predicate(s)
</em><br>
215 Specifies that the response must/may include the named attribute and that all occurrences of that attribute must match the given predicates.
217 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>FILE filename
</strong><br>
218 Specifies a file to include at the end of the request. This is typically used when sending a test print file.
220 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>GENERATE-FILE {
</strong><em>parameters
</em><strong> }
</strong><br>
222 <strong>ipptool
</strong>
223 should generate PWG or Apple raster data for the printer.
224 See the
"GENERATE-FILE PARAMETERS
" section for information on the parameters you can specify.
226 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>GROUP tag
</strong><br>
227 Specifies the group tag for subsequent attributes in the request.
229 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>IGNORE-ERRORS yes
</strong><br>
231 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>IGNORE-ERRORS no
</strong><br>
233 <strong>ipptool
</strong>(
8)
235 will ignore errors and continue with subsequent tests.
237 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>MONITOR-PRINTER-STATE
</strong>[
<em>printer-uri
</em>]
<strong>{ EXPECT
</strong><em>attribute-name
</em>[
<em>predicate(s)
</em>]
<strong>}
</strong><br>
238 Specifies printer state monitoring tests to run in parallel with the test operation.
239 The monitoring tests will run until all of the
<strong>EXPECT
</strong> conditions are satisfied or the primary test operation has completed, whichever occurs first.
241 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>NAME
"</strong><em>literal string
</em><strong>"</strong><br>
242 Specifies the human-readable name of the test.
244 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>OPERATION
</strong><em>operation-code
</em><br>
245 Specifies the operation to be performed.
247 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>PASS-IF-DEFINED
</strong><em>variable-name
</em><br>
249 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>PASS-IF-NOT-DEFINED
</strong><em>variable-name
</em><br>
250 Specifies that the current test should be passed automatically when the variable is or is not defined.
252 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>PAUSE
"</strong><em>message
</em><strong>"</strong><br>
253 Displays the provided message and waits for the user to press a key to continue.
255 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>REQUEST-ID
</strong><em>number
</em><br>
257 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>REQUEST-ID random
</strong><br>
258 Specifies the request-id value to use in the request, either an integer or the word
"random
" to use a randomly generated value (the default).
260 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>RESOURCE
</strong><em>path
</em><br>
261 Specifies an alternate resource path that is used for the HTTP POST request. The default is the resource from the URI provided to the
262 <strong>ipptool
</strong>(
8)
266 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>SKIP-IF-DEFINED
</strong><em>variable-name
</em><br>
268 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>SKIP-IF-NOT-DEFINED
</strong><em>variable-name
</em><br>
269 Specifies that the current test should be skipped when the variable is or is not defined.
271 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>SKIP-PREVIOUS-ERROR yes
</strong><br>
273 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>SKIP-PREVIOUS-ERROR no
</strong><br>
275 <strong>ipptool
</strong>(
8)
277 will skip the current test if the previous test resulted in an error/failure.
279 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>STATUS
</strong><em>status-code
</em>[
<em>predicate
</em> ]
<br>
280 Specifies an expected response status-code value. Additional requirements can be added as predicates - see the
"STATUS PREDICATES
" section for more information on predicates.
282 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>TEST-ID
"</strong><em>identifier
</em>"<br>
283 Specifies an identifier string for the current test.
285 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>TRANSFER auto
</strong><br>
286 Specifies that this test will use
"Transfer-Encoding: chunked
" if it has an attached file or
"Content-Length:
" otherwise.
288 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>TRANSFER chunked
</strong><br>
289 Specifies that this test will use the HTTP/
1.1 "Transfer-Encoding: chunked
" header.
291 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>TRANSFER length
</strong><br>
292 Specifies that this test will use the HTTP/
1.0 "Content-Length:
" header.
294 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>VERSION
1.0</strong><br>
296 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>VERSION
1.1</strong><br>
298 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>VERSION
2.0</strong><br>
300 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>VERSION
2.1</strong><br>
302 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>VERSION
2.2</strong><br>
303 Specifies the IPP version number to use for this test.
305 <h3 id=
"ipptoolfile-5.description.expect-predicates">Expect Predicates
</h3>
306 <p>The following predicates are understood following the
<strong>EXPECT
</strong> test directive:
308 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>COUNT
</strong><em>number
</em><br>
309 Requires the
<strong>EXPECT
</strong> attribute to have the specified number of values.
311 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>DEFINE-MATCH
</strong><em>variable-name
</em><br>
312 Defines the variable to
"1" when the
<strong>EXPECT
</strong> condition matches.
313 A side-effect of this predicate is that this
<strong>EXPECT
</strong> will never fail a test.
315 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>DEFINE-NO-MATCH
</strong><em>variable-name
</em><br>
316 Defines the variable to
"1" when the
<strong>EXPECT
</strong> condition does not match.
317 A side-effect of this predicate is that this
<strong>EXPECT
</strong> will never fail a test.
319 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>DEFINE-VALUE
</strong><em>variable-name
</em><br>
320 Defines the variable to the value of the attribute when the
<strong>EXPECT
</strong> condition matches.
321 A side-effect of this predicate is that this
<strong>EXPECT
</strong> will never fail a test.
323 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>DISPLAY-MATCH
</strong><em>"message
"</em><br>
324 Displays the specified message when the
<strong>EXPECT
</strong> condition matches.
326 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>IF-DEFINED
</strong><em>variable-name
</em><br>
327 Makes the
<strong>EXPECT
</strong> conditions apply only if the specified variable is defined.
329 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>IF-NOT-DEFINED
</strong><em>variable-name
</em><br>
330 Makes the
<strong>EXPECT
</strong> conditions apply only if the specified variable is not defined.
332 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>IN-GROUP
</strong><em>tag
</em><br>
333 Requires the
<strong>EXPECT
</strong> attribute to be in the specified group tag.
335 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>OF-TYPE
</strong><em>tag[(limits)|tag|...]
</em><br>
336 Requires the
<strong>EXPECT
</strong> attribute to use one of the specified value tag(s).
337 Most value tags also support the specification of limits in parenthesis, for example
"name(
42)
" would allow nameWith/WithoutLanguage strings up to
42 octets in length,
"name(
4:MAX)
" would allow nameWith/WithoutLanguage strings between
4 and
255 octets in length, and
"integer(-
273:MAX)
" would allow integers between -
273 and
2147483647.
339 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>REPEAT-LIMIT
</strong><em>number
</em><br>
341 Specifies the maximum number of times to repeat if the
<strong>REPEAT-MATCH
</strong> or
<strong>REPEAT-NO-MATCH
</strong> predicate is specified. The default value is
1000.
343 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>REPEAT-MATCH
</strong><br>
345 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>REPEAT-NO-MATCH
</strong><br>
346 Specifies that the current test should be repeated when the
<strong>EXPECT
</strong> condition matches or does not match.
348 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>SAME-COUNT-AS
</strong><em>attribute-name
</em><br>
349 Requires the
<strong>EXPECT
</strong> attribute to have the same number of values as the specified parallel attribute.
351 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>SAVE-CONTENT
</strong><em>filespec
</em><br>
353 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>SAVE-ALL-CONTENT
</strong><em>filespec
</em><br>
354 Saves all
"http
" or
"https
" URI values to the specified location.
355 The filespec value is a filename or directory path and can contain the special strings
"%basename%
" to insert the base filename from the URI,
"%ext%
" to insert the extension from the URI, and
"%index%
" to insert the value number starting at
1.
357 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-ALL-CONTENT available
</strong><br>
359 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-CONTENT available
</strong><br>
360 Requires that all URI values be accessible.
361 A
"http
" or
"https
" URI must respond to a GET request while a
"ipp
" or
"ipps
" URI must respond to a HEAD request.
363 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-ALL-CONTENT valid
</strong><br>
365 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-CONTENT valid
</strong><br>
366 Requires that all
"http
" and
"https
" URI values be accessible and provide valid content.
368 <strong>ipptool
</strong>
369 is able to validate CSS, HTML, ICC, IPP, JPEG, PDF, PNG, and Apple .strings files.
371 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-ALL-CONTENT valid-icon
</strong><br>
373 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-CONTENT valid-icon
</strong><br>
374 Requires that all
"http
" and
"https
" URI values be accessible and provide valid PNG images for icons -
48x48,
128x128, or
512x512 in size with transparency.
376 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-ALL-HOSTNAMES
"</strong><em>literal string
</em><strong>"</strong><br>
378 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-ALL-HOSTNAMES
"/
</strong><em>regular expression
</em><strong>/
"</strong><br>
379 Requires that all URI values contain a matching hostname.
381 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-ALL-MIME-TYPES
</strong><em>mime/type[,...,mime/type]
</em><br>
383 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-MIME-TYPES
</strong><em>mime/type[,...,mime/type]
</em><br>
384 Requires that all URI values provide one of the listed MIME media types.
385 For non-content tests, the target Printer must respond to HTTP HEAD requests with the MIME media type that would be returned by a GET or POST requests.
386 For
"http
" and
"https
" content tests,
387 <strong>ipptool
</strong>
388 sends a HTTP GET request.
389 For
"ipp
" and
"ipps
" content tests,
390 <strong>ipptool
</strong>
391 sends an IPP Get-Printer-Attributes request.
393 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-ALL-RESOURCES
"</strong><em>literal string
</em><strong>"</strong><br>
395 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-ALL-RESOURCES
"/
</strong><em>regular expression
</em><strong>/
"</strong><br>
396 Requires that all URI values contain a matching resource (including leading /).
398 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-ALL-SCHEMES
"</strong><em>literal string
</em><strong>"</strong><br>
400 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-ALL-SCHEMES
"/
</strong><em>regular expression
</em><strong>/
"</strong><br>
401 Requires that all URI values contain a matching scheme.
403 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-ALL-VALUES
"</strong><em>literal string
</em><strong>"</strong><br>
404 Requires that all values of the
<strong>EXPECT
</strong> attribute match the literal string. Comparisons are case-sensitive.
406 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-ALL-VALUES
<</strong><em>number
</em><br>
408 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-ALL-VALUES =
</strong><em>number
</em><br>
410 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-ALL-VALUES
></strong><em>number
</em><br>
412 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-ALL-VALUES
</strong><em>number
</em>[
<em>,...,number
</em>]
<br>
413 Requires that all values of the
<strong>EXPECT
</strong> attribute match the number(s) or numeric comparison. When comparing rangeOfInteger values, the
"<" and
">" operators only check the upper bound of the range.
415 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-ALL-VALUES
"false
"</strong><br>
417 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-ALL-VALUES
"true
"</strong><br>
418 Requires that all values of the
<strong>EXPECT
</strong> attribute match the boolean value given.
420 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-ALL-VALUES
"/
</strong><em>regular expression
</em><strong>/
"</strong><br>
421 Requires that all values of the
<strong>EXPECT
</strong> attribute match the regular expression, which must conform to the POSIX regular expression syntax.
422 Comparisons are case-sensitive.
424 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-ALL-VALUES-FROM
</strong><em>attribute-name
</em><br>
425 Requires that all value(s) of the
<strong>EXPECT
</strong> attribute matches the value(s) in the specified attribute.
426 For example,
"EXPECT-ALL media-col-database/media-source WITH-ALL-VALUES-FROM media-source-supported
" requires that all the
"media-source
" values are listed as a value of the
"media-source-supported
" attribute.
428 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-DISTINCT-VALUES
</strong><br>
429 Requires that all values of the
<strong>EXPECT
</strong> attribute are unique.
430 Comparisons are case-sensitive.
431 Only charset, collection, enum, integer, keyword, mimeMediaType, naturalLanguage, rangeOfInteger, resolution, uriScheme attributes support this predicate.
433 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-HOSTNAME
"</strong><em>literal string
</em><strong>"</strong><br>
435 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-HOSTNAME
"/
</strong><em>regular expression
</em><strong>/
"</strong><br>
436 Requires that at least one URI value contains a matching hostname.
438 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-RESOURCE
"</strong><em>literal string
</em><strong>"</strong><br>
440 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-RESOURCE
"/
</strong><em>regular expression
</em><strong>/
"</strong><br>
441 Requires that at least one URI value contains a matching resource (including leading /).
443 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-SCHEME
"</strong><em>literal string
</em><strong>"</strong><br>
445 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-SCHEME
"/
</strong><em>regular expression
</em><strong>/
"</strong><br>
446 Requires that at least one URI value contains a matching scheme.
448 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-VALUE
"</strong><em>literal string
</em><strong>"</strong><br>
449 Requires that at least one value of the
<strong>EXPECT
</strong> attribute matches the literal string. Comparisons are case-sensitive.
451 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-VALUE
<</strong><em>number
</em><br>
453 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-VALUE =
</strong><em>number
</em><br>
455 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-VALUE
></strong><em>number
</em><br>
457 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-VALUE
</strong><em>number
</em>[
<em>,...,number
</em>]
<br>
458 Requires that at least one value of the
<strong>EXPECT
</strong> attribute matches the number(s) or numeric comparison. When comparing rangeOfInteger values, the
"<" and
">" operators only check the upper bound of the range.
460 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-VALUE
"false
"</strong><br>
462 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-VALUE
"true
"</strong><br>
463 Requires that at least one value of the
<strong>EXPECT
</strong> attribute matches the boolean value given.
465 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-VALUE
"/
</strong><em>regular expression
</em><strong>/
"</strong><br>
466 Requires that at least one value of the
<strong>EXPECT
</strong> attribute matches the regular expression, which must conform to the POSIX regular expression syntax. Comparisons are case-sensitive.
468 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>WITH-VALUE-FROM
</strong><em>attribute-name
</em><br>
469 Requires that the value(s) of the
<strong>EXPECT
</strong> attribute matches the value(s) in the specified attribute.
470 For example,
"EXPECT job-sheets WITH-VALUE-FROM job-sheets-supported
" requires that the
"job-sheets
" value is listed as a value of the
"job-sheets-supported
" attribute.
472 <h3 id=
"ipptoolfile-5.description.status-predicates">Status Predicates
</h3>
473 <p>The following predicates are understood following the
<strong>STATUS
</strong> test directive:
475 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>DEFINE-MATCH
</strong><em>variable-name
</em><br>
476 Defines the variable to
"1" when the
<strong>STATUS
</strong> matches. A side-effect of this predicate is that this
<strong>STATUS
</strong> will never fail a test.
478 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>DEFINE-NO-MATCH
</strong><em>variable-name
</em><br>
479 Defines the variable to
"1" when the
<strong>STATUS
</strong> does not match. A side-effect of this predicate is that this
<strong>STATUS
</strong> will never fail a test.
481 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>IF-DEFINED
</strong><em>variable-name
</em><br>
482 Makes the
<strong>STATUS
</strong> apply only if the specified variable is defined.
484 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>IF-NOT-DEFINED
</strong><em>variable-name
</em><br>
485 Makes the
<strong>STATUS
</strong> apply only if the specified variable is not defined.
487 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>REPEAT-LIMIT
</strong><em>number
</em><br>
489 Specifies the maximum number of times to repeat. The default value is
1000.
491 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>REPEAT-MATCH
</strong><br>
493 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>REPEAT-NO-MATCH
</strong><br>
494 Specifies that the current test should be repeated when the response status-code matches or does not match the value specified by the STATUS directive.
496 <h3 id=
"ipptoolfile-5.description.operation-codes">Operation Codes
</h3>
497 <p>Operation codes correspond to the hexadecimal numbers (
0xHHHH) and names from RFC
8011 and other IPP extension specifications. Here is a complete list of names supported by
498 <strong>ipptool
</strong>(
8):
503 Acknowledge-Identify-Printer
507 Allocate-Printer-Resources
516 Create-Job-Subscriptions
518 Create-Printer-Subscriptions
520 Create-Resource-Subscriptions
521 Create-System-Subscriptions
524 CUPS-Add-Modify-Class
525 CUPS-Add-Modify-Printer
526 CUPS-Authenticate-Job
527 CUPS-Create-Local-Printer
541 Deallocate-Printer-Resources
543 Deregister-Output-Device
552 Get-Next-Document-Data
554 Get-Output-Device-Attributes
555 Get-Printer-Attributes
556 Get-Printer-Support-Files
557 Get-Printer-Supported-Values
559 Get-Subscription-Attributes
561 Get-System-Attributes
562 Get-System-Supported-Values
568 Pause-All-Printers-After-Current-Job
570 Pause-Printer-After-Current-Job
575 Register-Output-Device
576 Release-Held-New-Jobs
589 Send-Hardcopy-Document
594 Set-Printer-Attributes
595 Set-Resource-Attributes
596 Set-System-Attributes
597 Shutdown-All-Printers
605 Update-Document-Status
607 Update-Output-Device-Attributes
611 <h3 id=
"ipptoolfile-5.description.status-codes">Status Codes
</h3>
612 <p>Status codes correspond to the hexadecimal numbers (
0xHHHH) and names from RFC
8011 and other IPP extension specifications. Here is a complete list of the names supported by
613 <strong>ipptool
</strong>(
8):
617 client-error-account-authorization-failed
618 client-error-account-closed
619 client-error-account-info-needed
620 client-error-account-limit-reached
621 client-error-attributes-not-settable
622 client-error-attributes-or-values-not-supported
623 client-error-bad-request
624 client-error-charset-not-supported
625 client-error-compression-error
626 client-error-compression-not-supported
627 client-error-conflicting-attributes
628 client-error-document-access-error
629 client-error-document-format-error
630 client-error-document-format-not-supported
631 client-error-document-password-error
632 client-error-document-permission-error
633 client-error-document-security-error
634 client-error-document-unprintable-error
635 client-error-forbidden
637 client-error-ignored-all-notifications
638 client-error-ignored-all-subscriptions
639 client-error-not-authenticated
640 client-error-not-authorized
641 client-error-not-fetchable
642 client-error-not-found
643 client-error-not-possible
644 client-error-print-support-file-not-found
645 client-error-request-entity-too-large
646 client-error-request-value-too-long
648 client-error-too-many-subscriptions
649 client-error-uri-scheme-not-supported
650 cups-error-account-authorization-failed
651 cups-error-account-closed
652 cups-error-account-info-needed
653 cups-error-account-limit-reached
655 redirection-other-site
657 server-error-device-error
658 server-error-internal-error
659 server-error-job-canceled
660 server-error-multiple-document-jobs-not-supported
661 server-error-not-accepting-jobs
662 server-error-operation-not-supported
663 server-error-printer-is-deactivated
664 server-error-service-unavailable
665 server-error-temporary-error
666 server-error-version-not-supported
668 successful-ok-but-cancel-subscription
669 successful-ok-conflicting-attributes
670 successful-ok-events-complete
671 successful-ok-ignored-notifications
672 successful-ok-ignored-or-substituted-attributes
673 successful-ok-ignored-subscriptions
674 successful-ok-too-many-events
676 <h3 id=
"ipptoolfile-5.description.tags">Tags
</h3>
677 <p>Value and group tags correspond to the names from RFC
8011 and other IPP extension specifications. Here are the group tags:
680 document-attributes-tag
681 event-notification-attributes-tag
682 job | job-attributes-tag
683 operation | operation-attributes-tag
684 printer | printer-attributes-tag
685 resource-attributes-tag
686 subscription-attributes-tag
687 system-attributes-tag
688 unsupported-attributes-tag
690 <p>Here are the value tags:
696 collection | begCollection
703 language | naturalLanguage
704 mimetype | mimeMediaType
705 name | nameWithLanguage | nameWithoutLanguage
711 text | textWithLanguage | textWithoutLanguage
717 <h3 id=
"ipptoolfile-5.description.variables">Variables
</h3>
719 <strong>ipptool
</strong>(
8)
721 program maintains a list of variables that can be used in any literal string or attribute value by specifying
"<em>$variable-name
</em>". Aside from variables defined using the
<em>-d
</em> option or
<strong>DEFINE
</strong> directive, the following pre-defined variables are available:
723 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>$$
</strong><br>
724 Inserts a single
"$
" character.
726 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>$ENV[
</strong><em>name
</em><strong>]
</strong><br>
727 Inserts the value of the named environment variable, or an empty string if the environment variable is not defined.
729 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>$basename
</strong><br>
730 Inserts the base filename (without directory path) of the path provided to
731 <strong>ipptool
</strong>(
8)
733 with the
<em>-f
</em> option.
735 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>$date-current
</strong><br>
736 Inserts the current date and time using the ISO-
8601 format (
"yyyy-mm-ddThh:mm:ssZ
").
738 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>$date-start
</strong><br>
739 Inserts the starting date and time using the ISO-
8601 format (
"yyyy-mm-ddThh:mm:ssZ
").
741 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>$filename
</strong><br>
742 Inserts the filename provided to
743 <strong>ipptool
</strong>(
8)
745 with the
<em>-f
</em> option.
747 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>$filetype
</strong><br>
748 Inserts the MIME media type for the filename provided to
749 <strong>ipptool
</strong>(
8)
751 with the
<em>-f
</em> option.
753 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>$hostname
</strong><br>
754 Inserts the hostname from the URI provided to
755 <strong>ipptool
</strong>(
8).
758 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>$job-id
</strong><br>
759 Inserts the last
"job-id
" attribute value returned in a test response or
0 if no
"job-id
" attribute has been seen.
761 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>$job-uri
</strong><br>
762 Inserts the last
"job-uri
" attribute value returned in a test response or an empty string if no
"job-uri
" attribute has been seen.
764 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>$notify-subscription-id
</strong><br>
765 Inserts the last
"notify-subscription-id
" attribute value returned in a test response or
0 if no
"notify-subscription-id
" attribute has been seen.
767 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>$port
</strong><br>
768 Inserts the port number from the URI provided to
769 <strong>ipptool
</strong>(
8).
772 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>$resource
</strong><br>
773 Inserts the resource path from the URI provided to
774 <strong>ipptool
</strong>(
8).
777 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>$scheme
</strong><br>
778 Inserts the scheme from the URI provided to
779 <strong>ipptool
</strong>(
8).
782 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>$uri
</strong><br>
783 Inserts the URI provided to
784 <strong>ipptool
</strong>(
8).
787 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>$uriuser
</strong><br>
788 Inserts the username from the URI provided to
789 <strong>ipptool
</strong>(
8),
793 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>$user
</strong><br>
794 Inserts the current user's login name.
796 <h2 id=
"ipptoolfile-5.generate-file-parameters">Generate-File Parameters
</h2>
798 <strong>GENERATE-FILE
</strong>
799 directive dynamically generates raster pages for the destination printer.
800 Each page consists of a black border and the text
"TEST-PAGE ####
" repeated in the interior in several shades of gray and colors.
801 The following parameters are supported:
803 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>COLORSPACE auto
</strong><br>
805 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>COLORSPACE bi-level
</strong><br>
807 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>COLORSPACE color
</strong><br>
809 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>COLORSPACE monochrome
</strong><br>
811 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>COLORSPACE
</strong><em>colorspace_bits
</em><br>
812 Specifies the output color space and bit depth.
813 "auto
" chooses an available combination with preference for full color,
"bi-level
" chooses a B
&W (bitmap) color space,
"color
" chooses a full color combination, and
"monochrome
" chooses a grayscale combination.
814 Otherwise, the value must be one of the registered IPP
"pwg-raster-document-type-supported
" keywords.
815 <em>NOTE:
</em> The
"device N
" color spaces are not current supported.
817 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>FORMAT image/pwg-raster
</strong><br>
819 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>FORMAT image/urf
</strong><br>
820 Specifies the raster format to use, either
"image/pwg-raster
" (PWG Raster) or
"image/urf
" (Apple Raster).
821 The default is
"image/urf
" if supported,
"image/pwg-raster
" otherwise.
823 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>MEDIA default
</strong><br>
825 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>MEDIA ready
</strong><br>
827 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>MEDIA
</strong><em>media-size-name
</em><br>
828 Specifies the output media size.
829 "default
" uses the printer's default media size while
"ready
" uses the first ready (loaded) media reported by the printer.
830 Other media size names must conform the PWG self-describing media size format.
832 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>NUM-COPIES
</strong><em>copies
</em><br>
833 Specifies the number of copies to produce.
834 The default is
1 copy.
836 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>NUM-PAGES
</strong><em>pages
</em><br>
837 Specifies the number of pages to produce.
838 The default is
1 page for single-sided output and
2 pages for double-sided output.
840 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>ORIENTATION landscape
</strong><br>
842 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>ORIENTATION portrait
</strong><br>
844 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>ORIENTATION reverse-landscape
</strong><br>
846 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>ORIENTATION reverse-portrait
</strong><br>
847 Specifies the orientation of the output.
848 The default is
"portrait
".
850 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>RESOLUTION default
</strong><br>
852 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>RESOLUTION max
</strong><br>
854 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>RESOLUTION min
</strong><br>
856 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>RESOLUTION
</strong><em>resolution
</em><strong>dpcm
</strong><br>
858 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>RESOLUTION
</strong><em>horzontal
</em><strong>x
</strong><em>vertical
</em><strong>dpcm
</strong><br>
860 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>RESOLUTION
</strong><em>resolution
</em><strong>dpi
</strong><br>
862 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong>RESOLUTION
</strong><em>horizontal
</em><strong>x
</strong><em>vertical
</em><strong>dpi
</strong><br>
863 Specifies the output resolution using the printer's supported resolutions or as specified in dots per inch or dots per centimeter.
864 "default
" uses the median resolution of the printer and is the default,
"min
" uses the lowest resolution of the printer, and
"max
" uses the highest resolution of the printer.
866 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong> SIDES one-sided
</strong><br>
868 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong> SIDES two-sided-long-edge
</strong><br>
870 <p style=
"margin-left: 2.5em; text-indent: -2.5em;"><strong> SIDES two-sided-short-edge
</strong><br>
871 Specifies whether to print on one or both sides of the media.
872 The default is
"two-sided-long-edge
" for portrait output and
"two-sided-short-edge
" for landscape output when supported by the printer, otherwise
"one-sided
" is used.
874 <h2 id=
"ipptoolfile-5.examples">Examples
</h2>
875 <p>Query the
"foo-default
" and
"foo-supported
" Printer Description attributes and validate that all of its values are 'bar', 'baz', or 'none':
878 NAME
"Validate 'foo' Attribute
"
879 OPERATION Get-Printer-Attributes
880 GROUP operation-attributes-tag
881 ATTR charset attributes-charset utf-
8
882 ATTR language attributes-natural-language en
883 ATTR uri printer-uri $uri
884 ATTR keyword requested-attributes foo-default,foo-supported
885 EXPECT foo-default OF-TYPE keyword IN-GROUP printer-attributes-tag
886 COUNT
1 WITH-VALUE
"/^(bar|baz|none)$$/
"
887 EXPECT foo-supported OF-TYPE keyword IN-GROUP printer-attributes-tag
888 WITH-ALL-VALUES
"/^(bar|baz|none)$$/
"
891 <p>Query the
"media-col-ready
" Printer Status attribute and validate that the collection values contain
"media-size
" and
"media-source
" member attributes:
894 NAME
"Validate 'foo' Attribute
"
895 OPERATION Get-Printer-Attributes
896 GROUP operation-attributes-tag
897 ATTR charset attributes-charset utf-
8
898 ATTR language attributes-natural-language en
899 ATTR uri printer-uri $uri
900 ATTR keyword requested-attributes media-col-ready
901 EXPECT media-col-ready OF-TYPE collection IN-GROUP printer-attributes-tag
902 EXPECT-ALL media-col-ready/media-size OF-TYPE collection COUNT
1
903 EXPECT-ALL media-col-ready/media-size/x-dimension OF-TYPE integer(
1:MAX) COUNT
1
904 EXPECT-ALL media-col-ready/media-size/y-dimension OF-TYPE integer(
0:MAX) COUNT
1
905 EXPECT-ALL media-col-ready/media-source OF-TYPE keyword|name COUNT
1
908 <h2 id=
"ipptoolfile-5.see-also">See Also
</h2>
909 <a href=
"ipptool.html"><p><strong>ipptool
</strong>(
1)
</a>
912 <p>IANA IPP Registry (
<a href=
"https://www.iana.org/assignments/ipp-registrations">https://www.iana.org/assignments/ipp-registrations
</a>)
914 <p>PWG Internet Printing Protocol Workgroup (
<a href=
"https://www.pwg.org/ipp">https://www.pwg.org/ipp
</a>)
916 <p>PWG
5101.1-
2023: PWG Media Standardized Names v2.1 (
<a href=
"https://ftp.pwg.org/pub/pwg/candidates/cs-pwgmsn21-20230915-5101.1.pdf">https://ftp.pwg.org/pub/pwg/candidates/cs-pwgmsn21-
20230915-
5101.1.pdf
</a>)
918 <p>RFC
8011 (
<a href=
"https://datatracker.ietf.org/doc/html/rfc8011">https://datatracker.ietf.org/doc/html/rfc8011
</a>)
920 <h2 id=
"ipptoolfile-5.copyright">Copyright
</h2>
921 <p>Copyright
© 2021-
2024 by OpenPrinting.