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>
11cupstestdsc - test conformance of postscript files (deprecated)
12<h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
13<b>cupstestdsc</b>
14[
15<b>-h</b>
16]
17<i>filename.ps</i>
18[ ...
19<i>filenameN.ps</i>
20]
21<br>
22<b>cupstestdsc</b>
23[
24<b>-h</b>
25]
26<b>-</b>
27<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
28<b>cupstestdsc</b> tests the conformance of PostScript files to the Adobe PostScript Language Document Structuring Conventions Specification version 3.0.
29The results of testing and any other output are sent to the standard output.
30The second form of the command reads PostScript from the standard input.
31<h2 class="title"><a name="NOTES">Notes</a></h2>
32<i>This program is deprecated and will be removed in a future release of CUPS.</i>
33<p><b>cupstestdsc</b> only validates the DSC comments in a PostScript file and does not attempt to validate the PostScript code itself.
34Developers must ensure that the PostScript they generate follows the rules defined by Adobe.
35Specifically, 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.
36<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
37CUPS Online Help (<a href="http://localhost:631/help)">http://localhost:631/help)</a>,
38Adobe PostScript Language Document Structuring Conventions
39Specification, Version 3.0.
40<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
41Copyright &copy; 2007-2014 by Apple Inc.
42
43</body>
44</html>
45