]> 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.\"
6.\" Copyright 2006 by Easy Software Products.
7.\"
8.\" These coded instructions, statements, and computer programs are the
9.\" property of Easy Software Products and are protected by Federal
10.\" copyright law. Distribution and use rights are outlined in the file
11.\" "LICENSE.txt" which should have been included with this file. If this
12.\" file is missing or damaged please contact Easy Software Products
13.\" at:
14.\"
15.\" Attn: CUPS Licensing Information
16.\" Easy Software Products
17.\" 44141 Airport View Drive, Suite 204
18.\" Hollywood, Maryland 20636 USA
19.\"
20.\" Voice: (301) 373-9600
21.\" EMail: cups-info@cups.org
22.\" WWW: http://www.cups.org
23.\"
24.TH cupstestdsc 1 "Common UNIX Printing System" "20 March 2006" "Easy Software Products"
25.SH NAME
26cupstestdsc \- test conformance of postscript files
27.SH SYNOPSIS
28.B cupstestdsc
29[ -h ] filename.ps [ ...
30.I filenameN.ps
31]
32.br
33.B cupstestdsc
34[ -h ] -
35.SH DESCRIPTION
36\fIcupstestdsc\fR tests the conformance of PostScript files to
37the Adobe PostScript Language Document Structuring Conventions
38Specification version 3.0. The results of testing and any other
39output are sent to the standard output. The second form of the
40command reads PostScript from the standard input.
41.SH LIMITATIONS
42\fIcupstestdsc\fR only validates the DSC comments in a PostScript
43file and does not attempt to validate the PostScript code itself.
44Developers must ensure that the PostScript they generate follows
45the rules defined by Adobe. Specifically, all pages must be
46independent of each other, code outside page descriptions may not
47affect the graphics state (current font, color, transform matrix,
48etc.), and device-specific commands such as setpagedevice should
49not be used.
50.SH SEE ALSO
51http://localhost:631/help
52.br
53Adobe PostScript Language Document Structuring Conventions
54Specification, Version 3.0.
55.SH COPYRIGHT
56Copyright 2006 by Easy Software Products, All Rights Reserved.
57.\"
f7faf1f5 58.\" End of "$Id$".
80ca4592 59.\"