]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/help/man-cupstestdsc.html
Initial work on man page modernization (STR #4372)
[thirdparty/cups.git] / doc / help / man-cupstestdsc.html
1 <!DOCTYPE HTML>
2 <html>
3 <!-- SECTION: Man Pages -->
4 <head>
5 <link rel="stylesheet" type="text/css" href="../cups-printable.css">
6 <title>cupstestdsc(1)</title>
7 </head>
8 <body>
9 <h1 class="title">cupstestdsc(1)</h1>
10 <h2 class="title"><a name="NAME">Name</a></h2>
11 cupstestdsc - test conformance of postscript files
12 <h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
13 <b>cupstestdsc</b>
14 [ -h ] filename.ps [ ...
15 <i>filenameN.ps</i>
16 ]
17 <br>
18 <b>cupstestdsc</b>
19 [ -h ] -
20 <h2 class="title"><a name="DESCRIPTION">Description</a></h2>
21 <i>cupstestdsc</i> tests the conformance of PostScript files to
22 the Adobe PostScript Language Document Structuring Conventions
23 Specification version 3.0. The results of testing and any other
24 output are sent to the standard output. The second form of the
25 command reads PostScript from the standard input.
26 <h2 class="title"><a name="LIMITATIONS">Limitations</a></h2>
27 <i>cupstestdsc</i> only validates the DSC comments in a PostScript
28 file and does not attempt to validate the PostScript code itself.
29 Developers must ensure that the PostScript they generate follows
30 the rules defined by Adobe. Specifically, all pages must be
31 independent of each other, code outside page descriptions may not
32 affect the graphics state (current font, color, transform matrix,
33 etc.), and device-specific commands such as setpagedevice should
34 not be used.
35 <h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
36 <a href="http://localhost:631/help">http://localhost:631/help</a>
37 <br>
38 Adobe PostScript Language Document Structuring Conventions
39 Specification, Version 3.0.
40 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
41 Copyright 2007-2013 by Apple Inc.
42
43 </body>
44 </html>