|
NAME | SYNOPSIS | DESCRIPTION | NOTES | SEE ALSO | COPYRIGHT | COLOPHON |
cupstestdsc(1) Apple Inc. cupstestdsc(1)
cupstestdsc - test conformance of postscript files (deprecated)
cupstestdsc [ -h ] filename.ps [ ... filenameN.ps ]
cupstestdsc [ -h ] -
cupstestdsc tests the conformance of PostScript files to the Adobe
PostScript Language Document Structuring Conventions Specification
version 3.0. The results of testing and any other output are sent to
the standard output. The second form of the command reads PostScript
from the standard input.
This program is deprecated and will be removed in a future release of
CUPS.
cupstestdsc only validates the DSC comments in a PostScript file and
does not attempt to validate the PostScript code itself. Developers
must ensure that the PostScript they generate follows the rules
defined by Adobe. 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.
CUPS Online Help (http://localhost:631/help), Adobe PostScript
Language Document Structuring Conventions Specification, Version 3.0.
Copyright © 2007-2017 by Apple Inc.
This page is part of the CUPS (a standards-based, open source
printing system) project. Information about the project can be found
at ⟨http://www.cups.org/⟩. If you have a bug report for this manual
page, see ⟨http://www.cups.org/⟩. This page was obtained from the
project's upstream Git repository ⟨https://github.com/apple/cups⟩ on
2017-07-05. If you discover any rendering problems in this HTML ver‐
sion of the page, or you believe there is a better or more up-to-date
source for the page, or you have corrections or improvements to the
information in this COLOPHON (which is not part of the original man‐
ual page), send a mail to man-pages@man7.org
11 June 2014 CUPS cupstestdsc(1)