]> git.ipfire.org Git - thirdparty/cups.git/blob - man/cupstestdsc.man
Load cups into easysw/current.
[thirdparty/cups.git] / man / cupstestdsc.man
1 .\"
2 .\" "$Id: cupstestdsc.man 5099 2006-02-13 02:46:10Z mike $"
3 .\"
4 .\" cupstestdsc man page for the Common UNIX Printing System (CUPS).
5 .\"
6 .\" Copyright 2007 by Apple Inc.
7 .\" Copyright 2006 by Easy Software Products.
8 .\"
9 .\" These coded instructions, statements, and computer programs are the
10 .\" property of Apple Inc. and are protected by Federal copyright
11 .\" law. Distribution and use rights are outlined in the file "LICENSE.txt"
12 .\" which should have been included with this file. If this file is
13 .\" file is missing or damaged, see the license at "http://www.cups.org/".
14 .\"
15 .TH cupstestdsc 1 "Common UNIX Printing System" "20 March 2006" "Apple Inc."
16 .SH NAME
17 cupstestdsc \- test conformance of postscript files
18 .SH SYNOPSIS
19 .B cupstestdsc
20 [ -h ] filename.ps [ ...
21 .I filenameN.ps
22 ]
23 .br
24 .B cupstestdsc
25 [ -h ] -
26 .SH DESCRIPTION
27 \fIcupstestdsc\fR tests the conformance of PostScript files to
28 the Adobe PostScript Language Document Structuring Conventions
29 Specification version 3.0. The results of testing and any other
30 output are sent to the standard output. The second form of the
31 command reads PostScript from the standard input.
32 .SH LIMITATIONS
33 \fIcupstestdsc\fR only validates the DSC comments in a PostScript
34 file and does not attempt to validate the PostScript code itself.
35 Developers must ensure that the PostScript they generate follows
36 the rules defined by Adobe. Specifically, all pages must be
37 independent of each other, code outside page descriptions may not
38 affect the graphics state (current font, color, transform matrix,
39 etc.), and device-specific commands such as setpagedevice should
40 not be used.
41 .SH SEE ALSO
42 http://localhost:631/help
43 .br
44 Adobe PostScript Language Document Structuring Conventions
45 Specification, Version 3.0.
46 .SH COPYRIGHT
47 Copyright 2007 by Apple Inc.
48 .\"
49 .\" End of "$Id$".
50 .\"