]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/help/man-cupstestdsc.html
Initial work on man page modernization (STR #4372)
[thirdparty/cups.git] / doc / help / man-cupstestdsc.html
CommitLineData
c277f98c 1<!DOCTYPE HTML>
94436c5a
MS
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>
c277f98c
MS
13<b>cupstestdsc</b>
14[ -h ] filename.ps [ ...
15<i>filenameN.ps</i>
16]
94436c5a 17<br>
c277f98c
MS
18<b>cupstestdsc</b>
19[ -h ] -
94436c5a
MS
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>
c277f98c 36<a href="http://localhost:631/help">http://localhost:631/help</a>
94436c5a
MS
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>