]> git.ipfire.org Git - thirdparty/cups.git/blob - man/cupstestdsc.man
ippLength() did not return the correct length for IPP_TAG_CONST string values.
[thirdparty/cups.git] / man / cupstestdsc.man
1 .\"
2 .\" "$Id$"
3 .\"
4 .\" cupstestdsc man page for CUPS.
5 .\"
6 .\" Copyright 2007-2014 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 "CUPS" "11 June 2014" "Apple Inc."
16 .SH NAME
17 cupstestdsc \- test conformance of postscript files (deprecated)
18 .SH SYNOPSIS
19 .B cupstestdsc
20 [
21 .B \-h
22 ]
23 .I filename.ps
24 [ ...
25 .I filenameN.ps
26 ]
27 .br
28 .B cupstestdsc
29 [
30 .B \-h
31 ]
32 .B \-
33 .SH DESCRIPTION
34 \fBcupstestdsc\fR tests the conformance of PostScript files to the Adobe PostScript Language Document Structuring Conventions Specification version 3.0.
35 The results of testing and any other output are sent to the standard output.
36 The second form of the command reads PostScript from the standard input.
37 .SH NOTES
38 \fIThis program is deprecated and will be removed in a future release of CUPS.\fR
39 .LP
40 \fBcupstestdsc\fR only validates the DSC comments in a PostScript file and does not attempt to validate the PostScript code itself.
41 Developers must ensure that the PostScript they generate follows the rules defined by Adobe.
42 Specifically, all pages must be independent of each other, code outside page descriptions may not affect the graphics state (current font, color, transform matrix, etc.), and device-specific commands such as setpagedevice should not be used.
43 .SH SEE ALSO
44 CUPS Online Help (http://localhost:631/help),
45 Adobe PostScript Language Document Structuring Conventions
46 Specification, Version 3.0.
47 .SH COPYRIGHT
48 Copyright \[co] 2007-2014 by Apple Inc.
49 .\"
50 .\" End of "$Id$".
51 .\"