]> git.ipfire.org Git - thirdparty/cups.git/blob - man/cupstestdsc.man
Remove all of the Subversion keywords from various source files.
[thirdparty/cups.git] / man / cupstestdsc.man
1 .\"
2 .\" cupstestdsc man page for CUPS.
3 .\"
4 .\" Copyright 2007-2014 by Apple Inc.
5 .\" Copyright 2006 by Easy Software Products.
6 .\"
7 .\" These coded instructions, statements, and computer programs are the
8 .\" property of Apple Inc. and are protected by Federal copyright
9 .\" law. Distribution and use rights are outlined in the file "LICENSE.txt"
10 .\" which should have been included with this file. If this file is
11 .\" file is missing or damaged, see the license at "http://www.cups.org/".
12 .\"
13 .TH cupstestdsc 1 "CUPS" "11 June 2014" "Apple Inc."
14 .SH NAME
15 cupstestdsc \- test conformance of postscript files (deprecated)
16 .SH SYNOPSIS
17 .B cupstestdsc
18 [
19 .B \-h
20 ]
21 .I filename.ps
22 [ ...
23 .I filenameN.ps
24 ]
25 .br
26 .B cupstestdsc
27 [
28 .B \-h
29 ]
30 .B \-
31 .SH DESCRIPTION
32 \fBcupstestdsc\fR tests the conformance of PostScript files to the Adobe PostScript Language Document Structuring Conventions Specification version 3.0.
33 The results of testing and any other output are sent to the standard output.
34 The second form of the command reads PostScript from the standard input.
35 .SH NOTES
36 \fIThis program is deprecated and will be removed in a future release of CUPS.\fR
37 .LP
38 \fBcupstestdsc\fR only validates the DSC comments in a PostScript file and does not attempt to validate the PostScript code itself.
39 Developers must ensure that the PostScript they generate follows the rules defined by Adobe.
40 Specifically, 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.
41 .SH SEE ALSO
42 CUPS Online Help (http://localhost:631/help),
43 Adobe PostScript Language Document Structuring Conventions
44 Specification, Version 3.0.
45 .SH COPYRIGHT
46 Copyright \[co] 2007-2015 by Apple Inc.