Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

hpset(1) [debian man page]

HPSET(1)							       LOCAL								  HPSET(1)

NAME
hpset -- printer commands SYNOPSIS
hpset [-hco] [commands ...] DESCRIPTION
hpset is used to send commands to a printer. These commands are synonyms for ESC Codes based on the PCL standard from Hewlet Packard. Options -c redirect output to stdout -oname redirect output into the specified file or device redirect -h prints a help message Commands back Puts every setting back to the printer defaults. test Starts the self test. out If paper is inside the printer it will be thrown out. cr activates the linefeed lbon acivates the linebreak. leftright forces the printer to print only from left to right. rightleft forces the printer to print only from right to left. bidirect forces the printer in both ways. execoff The following commands are not executed but printed. execon The following commands are executed. nice High quality printing. econo Enables fast and economic printing. landscape Printing in landscape format. portrait Printing in portrait format. lpinum Sets the lines per inch. For num use 6 or 8. The following commands must be sent in the given order and sequence. The sequence looks like, hpset [characterset] [characterdistance] [character density] [point size] [type position] [line strength] [type] -Characterset english ISO 4 ansi ANSI ASCII ISO 6 sweden ISO 10 italian ISO 15 spain ISO 17 german ISO 21 france ISO 69 -Characterdistance prop Proportional fix Fixed If you've chosen proportional you don't have to set the character density. -Characterdensity cpi# # is one of 5,6,10,12,16,16.67,20,24 -Pointsize point# # is one of 4.75,5,6,7,8,9.5,10,12,14,19,24 -Typeposition italic upright -Linestrength bold normal -Type courier times gothic univers Notice that not every combination of the commands above is possible. Refer to the manual of HPSET where you can find a table with allowed combinations. SEE ALSO
lpr(1), lpd(1), BUGS
report them to michael.janson@stud.uni-karlsruhe.de LINUX
April 27, 1997 LINUX

Check Out this Related Man Page

xdpr(1X)																  xdpr(1X)

NAME
xdpr - dump an X window directly to a printer SYNOPSIS
xdpr [filename] [-display host:display] [-Pprinter] [-device devtype] [option...] OPTIONS
Specifies a file containing a window dump (created by xwd) to be printed instead of selecting an X window. Specifies a printer to send the output to. If a printer name is not specified here, xdpr (really, lpr or lp) will send your output to the printer specified by the PRINTER environment variable. Be sure that type of the printer matches the type specified with the -device option. host:display Normally, xdpr gets the host and display number to use from the environment variable DISPLAY. One can, however, specify them explicitly; see X(1X). Spec- ifies the device on which the file will be printed. Currently supported: LA100 HP LaserJet series and other monochrome PCL devices such as ThinkJet, QuietJet, RuggedWriter, HP560 series, and HP930 series printers LN03 HP PaintJet (color mode) HP HP PaintJet XL Color Graphics Printer (color mode) IBM PP3812 PostScript printer The default is PostScript. -device lw (LaserWriter) is equivalent to -device ps and is provided only for backwards compatibility. This option displays the list of options known to xdpr. Any other arguments will be passed to the xwd, xpr, and lpr or lp commands as appropriate for each. DESCRIPTION
The xdpr command uses the commands xwd, xpr, and lpr orlp to dump an X window, process it for a particular printer type, and print it out on the printer of your choice. This is the easiest way to get a printout of a window. xdpr by default will print the largest possible representation of the window on the output page. The options for xdpr are the same as those for xpr, xwd, and lpr or lp. The most commonly-used options are described above; see the manual pages for these commands for more detailed descriptions of the many options available. ENVIRONMENT
which display to use by default. which printer to use by default. COPYRIGHT
Copyright 1985, 1988, X Consortium See X(1X) for a full statement of rights and permissions. SEE ALSO
xwd(1X), xpr(1X), lpr(1), lp(1), xwud(1X), X(1X) AUTHORS
Paul Boutin, MIT Project Athena Michael R. Gretzinger, MIT Project Athena Jim Gettys, MIT Project Athena xdpr(1X)
Man Page