]> git.ipfire.org Git - thirdparty/cups.git/blob - man/cupstestdsc.man
Update lpoptions man page (Issue #5286)
[thirdparty/cups.git] / man / cupstestdsc.man
1 .\"
2 .\" cupstestdsc man page for CUPS.
3 .\"
4 .\" Copyright 2007-2014 by Apple Inc.
5 .\" Copyright 2006 by Easy Software Products.
6 .\"
7 .\" Licensed under Apache License v2.0. See the file "LICENSE" for more information.
8 .\"
9 .TH cupstestdsc 1 "CUPS" "11 June 2014" "Apple Inc."
10 .SH NAME
11 cupstestdsc \- test conformance of postscript files (deprecated)
12 .SH SYNOPSIS
13 .B cupstestdsc
14 [
15 .B \-h
16 ]
17 .I filename.ps
18 [ ...
19 .I filenameN.ps
20 ]
21 .br
22 .B cupstestdsc
23 [
24 .B \-h
25 ]
26 .B \-
27 .SH DESCRIPTION
28 \fBcupstestdsc\fR tests the conformance of PostScript files to the Adobe PostScript Language Document Structuring Conventions Specification version 3.0.
29 The results of testing and any other output are sent to the standard output.
30 The second form of the command reads PostScript from the standard input.
31 .SH NOTES
32 \fIThis program is deprecated and will be removed in a future release of CUPS.\fR
33 .LP
34 \fBcupstestdsc\fR only validates the DSC comments in a PostScript file and does not attempt to validate the PostScript code itself.
35 Developers must ensure that the PostScript they generate follows the rules defined by Adobe.
36 Specifically, all pages must be independent of each other, code outside page descriptions may not affect the graphics state (current font, color, transform matrix, etc.), and device-specific commands such as setpagedevice should not be used.
37 .SH SEE ALSO
38 CUPS Online Help (http://localhost:631/help),
39 Adobe PostScript Language Document Structuring Conventions
40 Specification, Version 3.0.
41 .SH COPYRIGHT
42 Copyright \[co] 2007-2018 by Apple Inc.