]> git.ipfire.org Git - thirdparty/cups.git/blame - man/cupstestdsc.man
ippLength() did not return the correct length for IPP_TAG_CONST string values.
[thirdparty/cups.git] / man / cupstestdsc.man
CommitLineData
80ca4592 1.\"
e4e5666b 2.\" "$Id$"
80ca4592 3.\"
bf1bc4c6 4.\" cupstestdsc man page for CUPS.
80ca4592 5.\"
bf1bc4c6
MS
6.\" Copyright 2007-2014 by Apple Inc.
7.\" Copyright 2006 by Easy Software Products.
80ca4592 8.\"
bf1bc4c6
MS
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/".
80ca4592 14.\"
bf1bc4c6 15.TH cupstestdsc 1 "CUPS" "11 June 2014" "Apple Inc."
80ca4592 16.SH NAME
bf1bc4c6 17cupstestdsc \- test conformance of postscript files (deprecated)
80ca4592 18.SH SYNOPSIS
19.B cupstestdsc
bf1bc4c6
MS
20[
21.B \-h
22]
23.I filename.ps
24[ ...
80ca4592 25.I filenameN.ps
26]
27.br
28.B cupstestdsc
bf1bc4c6
MS
29[
30.B \-h
31]
32.B \-
80ca4592 33.SH DESCRIPTION
bf1bc4c6
MS
34\fBcupstestdsc\fR tests the conformance of PostScript files to the Adobe PostScript Language Document Structuring Conventions Specification version 3.0.
35The results of testing and any other output are sent to the standard output.
36The 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.
41Developers must ensure that the PostScript they generate follows the rules defined by Adobe.
42Specifically, 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.
80ca4592 43.SH SEE ALSO
bf1bc4c6 44CUPS Online Help (http://localhost:631/help),
80ca4592 45Adobe PostScript Language Document Structuring Conventions
46Specification, Version 3.0.
47.SH COPYRIGHT
bf1bc4c6 48Copyright \[co] 2007-2014 by Apple Inc.
80ca4592 49.\"
e4e5666b 50.\" End of "$Id$".
80ca4592 51.\"