]> git.ipfire.org Git - thirdparty/cups.git/blob - man/cupstestdsc.man
Remove svn:keywords since they cause svn_load_dirs.pl to complain about every file.
[thirdparty/cups.git] / man / cupstestdsc.man
1 .\"
2 .\" "$Id: cupstestdsc.man 177 2006-06-21 00:20:03Z jlovell $"
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
26 cupstestdsc \- 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
37 the Adobe PostScript Language Document Structuring Conventions
38 Specification version 3.0. The results of testing and any other
39 output are sent to the standard output. The second form of the
40 command reads PostScript from the standard input.
41 .SH LIMITATIONS
42 \fIcupstestdsc\fR only validates the DSC comments in a PostScript
43 file and does not attempt to validate the PostScript code itself.
44 Developers must ensure that the PostScript they generate follows
45 the rules defined by Adobe. Specifically, all pages must be
46 independent of each other, code outside page descriptions may not
47 affect the graphics state (current font, color, transform matrix,
48 etc.), and device-specific commands such as setpagedevice should
49 not be used.
50 .SH SEE ALSO
51 http://localhost:631/help
52 .br
53 Adobe PostScript Language Document Structuring Conventions
54 Specification, Version 3.0.
55 .SH COPYRIGHT
56 Copyright 2006 by Easy Software Products, All Rights Reserved.
57 .\"
58 .\" End of "$Id: cupstestdsc.man 177 2006-06-21 00:20:03Z jlovell $".
59 .\"