EnglishFrenchSpanish

Ad


OnWorks favicon

cupstestppd - Online in the Cloud

Run cupstestppd in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command cupstestppd that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


cupstestppd - test conformance of ppd files

SYNOPSIS


cupstestppd [ -I category ] [ -R rootdir ] [ -W category ] [ -q ] [ -r ] [ -v[v] ]
filename.ppd[.gz] [ ... filename.ppd[.gz] ]
cupstestppd [ -R rootdir ] [ -W category ] [ -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 standard output.

The first form of cupstestppd tests one or more PPD files on the command-line. The second
form tests the PPD file provided on the standard input.

OPTIONS


cupstestppd supports the following options:

-I filename
Ignores all PCFileName warnings.

-I filters
Ignores all filter errors.

-I profiles
Ignores all profile errors.

-R rootdir
Specifies an alternate root directory for the filter, pre-filter, and other support
file checks.

-W constraints
Report all UIConstraint errors as warnings.

-W defaults
Except for size-related options, report all default option errors as warnings.

-W filters
Report all filter errors as warnings.

-W profiles
Report all profile errors as warnings.

-W sizes
Report all media size errors as warnings.

-W translations
Report all translation errors as warnings.

-W all
Report all of the previous errors as warnings.

-W none
Report all of the previous errors as errors.

-q Specifies that no information should be displayed.

-r Relaxes the PPD conformance requirements so that common whitespace, control
character, and formatting problems are not treated as hard errors.

-v Specifies that detailed conformance testing results should be displayed 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 directory 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 '{}' \;

Use cupstestppd online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    wxPython
    wxPython
    A set of Python extension modules that
    wrap the cross-platform GUI classes from
    wxWidgets.. Audience: Developers. User
    interface: X Window System (X11), Win32 ...
    Download wxPython
  • 2
    packfilemanager
    packfilemanager
    This is the Total War pack file manager
    project, starting from version 1.7. A
    short introduction into Warscape
    modding: ...
    Download packfilemanager
  • 3
    IPerf2
    IPerf2
    A network traffic tool for measuring
    TCP and UDP performance with metrics
    around both throughput and latency. The
    goals include maintaining an active
    iperf cod...
    Download IPerf2
  • 4
    fre:ac - free audio converter
    fre:ac - free audio converter
    fre:ac is a free audio converter and CD
    ripper for various formats and encoders.
    It features MP3, MP4/M4A, WMA, Ogg
    Vorbis, FLAC, AAC, and Bonk format
    support, ...
    Download fre:ac - free audio converter
  • 5
    Matplotlib
    Matplotlib
    Matplotlib is a comprehensive library
    for creating static, animated, and
    interactive visualizations in Python.
    Matplotlib makes easy things easy and
    hard thing...
    Download Matplotlib
  • 6
    BotMan
    BotMan
    Write your chatbot logic once and
    connect it to one of the available
    messaging services, including Amazon
    Alexa, Facebook Messenger, Slack,
    Telegram or even yo...
    Download BotMan
  • More »

Linux commands

Ad