EnglishFrenchSpanish

Ad


OnWorks favicon

ippserver - Online in the Cloud

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

This is the command ippserver 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


ippserver - a simple internet printing protocol server

SYNOPSIS


ippserver [ -2 ] [ -M manufacturer ] [ -P ] [ -c command ] [ -d spool-directory ] [ -f
type/subtype[,...] ] [ -h ] [ -i iconfile.png ] [ -k ] [ -l location ] [ -m model ] [ -n
hostname ] [ -p port ] [ -r subtype ] [ -s speed[,color-speed] ] [ -v[vvv] ] service-name

DESCRIPTION


ippserver is a simple Internet Printing Protocol (IPP) server conforming to the IPP
Everywhere (PWG 5100.14) specification. It can be used to test client software or act as a
very basic print server that runs a command for every job that is printed.

OPTIONS


The following options are recognized by ippserver:

-2 Report support for two-sided (duplex) printing.

-M manufacturer
Set the manufacturer of the printer. The default is "Test".

-P Report support for PIN printing.

-c command
Run the specified command for each document that is printed.

-d spool-directory
Specifies the directory that will hold the print files. The default is a directory
under the user's current temporary directory.

-f type/subtype[,...]
Specifies a list of MIME media types that the server will accept. The default is
"application/pdf,image/jpeg,image/pwg-raster".

-h Shows program help.

-i iconfile.png
Specifies the printer icon file for the server. The default is "printer.png".

-k Keeps the print documents in the spool directory rather than deleting them.

-l location
Specifies the human-readable location string that is reported by the server. The
default is the empty string.

-m model
Specifies the model name of the printer. The default is "Printer".

-n hostname
Specifies the hostname that is reported by the server. The default is the name
returned by the hostname(1) command.

-p port
Specifies the port number to listen on. The default is a user-specific number from
8000 to 8999.

-r subtype
Specifies the Bonjour subtype(s) to advertise. Separate multiple subtypes with a
comma. The default is "_print".

-s speed[,color-speed]
Specifies the printer speed in pages per minute. If two numbers are specified and
the second number is greater than zero, the server will report support for color
printing. The default is "10,0".

-v[vvv]
Be (very) verbose when logging activity to the standard output.

EXIT STATUS


The ippserver program returns 1 if it is unable to process the command-line arguments or
register the IPP service. Otherwise ippserver will run continuously until terminated.

CONFORMING TO


The ippserver program is unique to CUPS and conforms to the IPP Everywhere (PWG 5100.14)
specification.

ENVIRONMENT


ippserver adds environment variables starting with "IPP_" for all IPP Job attributes in
the print request. For example, when executing a command for an IPP Job containing the
"media" Job Template attribute, the "IPP_MEDIA" environment variable will be set to the
value of that attribute.

Enumerated values are converted to their keyword equivalents. For example, a "print-
quality" Job Template attribute with a enum value of 3 will become the "IPP_PRINT_QUALITY"
environment variable with a value of "draft".

EXAMPLES


Run ippserver with a service name of My Cool Printer:

ippserver "My Cool Printer"

Run the file(1) command whenever a job is sent to the server:

ippserver -c file "My Cool Printer"

Use ippserver online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad