]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/help/man-cupstestdsc.html
Final sync-up with cups.org trunk repository
[thirdparty/cups.git] / doc / help / man-cupstestdsc.html
CommitLineData
94436c5a
MS
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
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>
11cupstestdsc - test conformance of postscript files
12<h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
13<b>cupstestdsc
14</b>[ -h ] filename.ps [ ...
15<i>filenameN.ps
16</i>]
17<br>
18<b>cupstestdsc
19</b>[ -h ] -
20<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
21<i>cupstestdsc</i> tests the conformance of PostScript files to
22the Adobe PostScript Language Document Structuring Conventions
23Specification version 3.0. The results of testing and any other
24output are sent to the standard output. The second form of the
25command 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
28file and does not attempt to validate the PostScript code itself.
29Developers must ensure that the PostScript they generate follows
30the rules defined by Adobe. Specifically, all pages must be
31independent of each other, code outside page descriptions may not
32affect the graphics state (current font, color, transform matrix,
33etc.), and device-specific commands such as setpagedevice should
34not 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>
38Adobe PostScript Language Document Structuring Conventions
39Specification, Version 3.0.
40<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
41Copyright 2007-2013 by Apple Inc.
42
43</body>
44</html>