]> git.ipfire.org Git - thirdparty/cups.git/blame - man/cupstestdsc.man
Load cups into easysw/current.
[thirdparty/cups.git] / man / cupstestdsc.man
CommitLineData
80ca4592 1.\"
f7faf1f5 2.\" "$Id: cupstestdsc.man 5099 2006-02-13 02:46:10Z mike $"
80ca4592 3.\"
4.\" cupstestdsc man page for the Common UNIX Printing System (CUPS).
5.\"
bc44d920 6.\" Copyright 2007 by Apple Inc.
80ca4592 7.\" Copyright 2006 by Easy Software Products.
8.\"
9.\" These coded instructions, statements, and computer programs are the
bc44d920 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/".
80ca4592 14.\"
bc44d920 15.TH cupstestdsc 1 "Common UNIX Printing System" "20 March 2006" "Apple Inc."
80ca4592 16.SH NAME
17cupstestdsc \- 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
28the Adobe PostScript Language Document Structuring Conventions
29Specification version 3.0. The results of testing and any other
30output are sent to the standard output. The second form of the
31command reads PostScript from the standard input.
32.SH LIMITATIONS
33\fIcupstestdsc\fR only validates the DSC comments in a PostScript
34file and does not attempt to validate the PostScript code itself.
35Developers must ensure that the PostScript they generate follows
36the rules defined by Adobe. Specifically, all pages must be
37independent of each other, code outside page descriptions may not
38affect the graphics state (current font, color, transform matrix,
39etc.), and device-specific commands such as setpagedevice should
40not be used.
41.SH SEE ALSO
42http://localhost:631/help
43.br
44Adobe PostScript Language Document Structuring Conventions
45Specification, Version 3.0.
46.SH COPYRIGHT
bc44d920 47Copyright 2007 by Apple Inc.
80ca4592 48.\"
f7faf1f5 49.\" End of "$Id$".
80ca4592 50.\"