]> git.ipfire.org Git - thirdparty/cups.git/blame - man/cupstestdsc.man
Import CUPS v1.7.1
[thirdparty/cups.git] / man / cupstestdsc.man
CommitLineData
80ca4592 1.\"
61515785 2.\" "$Id: cupstestdsc.man 11022 2013-06-06 22:14:09Z msweet $"
80ca4592 3.\"
321d8d57 4.\" cupstestdsc man page for CUPS.
80ca4592 5.\"
0fa6c7fa 6.\" Copyright 2007-2013 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.\"
9aff70cc 15.TH cupstestdsc 1 "CUPS" "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
0fa6c7fa 47Copyright 2007-2013 by Apple Inc.
80ca4592 48.\"
61515785 49.\" End of "$Id: cupstestdsc.man 11022 2013-06-06 22:14:09Z msweet $".
80ca4592 50.\"