|
Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!
cupstestppd(1) Easy Software Products cupstestppd(1)
NAME
cupstestppd - test conformance of ppd files
SYNOPSIS
cupstestppd [ -q ] [-r] [ -v[v] ] filename.ppd[.gz] [ ... filena-
meN.ppd[.gz] ]
cupstestppd [ -q ] [-r] [ -v[v] ] -
DESCRIPTION
cupstestppd tests the conformance of PPD files to the Adobe PostScript
Printer Description file format specification version 4.3. It can also
be used to list the supported options and available fonts in a PPD
file. The results of testing and any other output are sent to the stan-
dard output.
The first form of cupstestppd tests one or more PPD files on the com-
mand-line. The second form tests the PPD file provided on the standard
input.
OPTIONS
cupstestppd supports the following options:
-q
Specifies that no information should be displayed.
-r
Relaxes the PPD conformance requirements so that common whites-
pace, control character, and formatting problems are not treated
as hard errors.
-v
Specifies that detailed conformance testing results should be dis-
played rather than the concise PASS/FAIL/ERROR status.
-vv
Specifies that all information in the PPD file should be displayed
in addition to the detailed conformance testing results.
The -q, -v, and -vv options are mutually exclusive.
EXIT STATUS
cupstestppd returns zero on success and non-zero on error. The error
codes are as follows:
1
Bad command-line arguments or missing PPD filename.
2
Unable to open or read PPD file.
3
The PPD file contains format errors that cannot be skipped.
4
The PPD file does not conform to the Adobe PPD specification.
EXAMPLES
The following command will test all PPD files under the current direc-
tory and print the names of each file that does not conform:
find . -name \*.ppd \! -exec cupstestppd -q '{}' \; -print
The next command tests all PPD files under the current directory and
print detailed conformance testing results for the files that do not
conform:
find . -name \*.ppd \! -exec cupstestppd -q '{}' \; \
-exec cupstestppd -v '{}' \;
SEE ALSO
lpadmin(8),
http://localhost:631/help
Adobe PostScript Printer Description File Format Specification, Version
4.3.
COPYRIGHT
Copyright 1997-2006 by Easy Software Products, All Rights Reserved.
12 February 2006 Common UNIX Printing System cupstestppd(1)
Man(1) output converted with
man2html and wrapped by fishsponge
This page was generated on Sat Sep 8 16:35:26 GMT 2007
|
Your favourite pages:
No pages logged yet. Trying to save cookie... Top 10 most popular pages:
svn man page (6110 hits) (FreeBSD 6.2)
sqlite3 man page (5590 hits) (openSUSE 10.2)
adv_cap_autoneg man page (5039 hits) (Solaris 10 11_06)
CPAN man page (4784 hits) (Suse Linux 10.1)
ssh man page (4434 hits) (Suse Linux 10.1)
ssh-socks5-proxy-connect man page (3493 hits) (Solaris 10 11_06)
signal man page (3349 hits) (Suse Linux 10.1)
netcat man page (3338 hits) (Suse Linux 10.1)
pprosetup man page (2846 hits) (Solaris 10 11_06)
startproc man page (2725 hits) (Suse Linux 10.1)
|