]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/help/man-cupstestdsc.html
Update ippfind to support -N/--literal-name.
[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>
bf1bc4c6 11cupstestdsc - test conformance of postscript files (deprecated)
94436c5a 12<h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
c277f98c 13<b>cupstestdsc</b>
bf1bc4c6
MS
14[
15<b>-h</b>
16]
17<i>filename.ps</i>
18[ ...
c277f98c
MS
19<i>filenameN.ps</i>
20]
94436c5a 21<br>
c277f98c 22<b>cupstestdsc</b>
bf1bc4c6
MS
23[
24<b>-h</b>
25]
26<b>-</b>
94436c5a 27<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
bf1bc4c6
MS
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.
94436c5a 36<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
bf1bc4c6 37CUPS Online Help (<a href="http://localhost:631/help)">http://localhost:631/help)</a>,
94436c5a
MS
38Adobe PostScript Language Document Structuring Conventions
39Specification, Version 3.0.
40<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
afad2da2 41Copyright &copy; 2007-2018 by Apple Inc.
94436c5a
MS
42
43</body>
44</html>