Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

textps(8) [debian man page]

TEXTPS(8)						      System Manager's Manual							 TEXTPS(8)

NAME
textps - text to PostScript filter nscript - text to PostScript converter SYNOPSIS
textps [ -T[option[,option]*]* ] [ lpr filter options ] [ filename... ] options: [ c=n ] [ l=n ] [ m=n ] [ t=n ] [ v=n ] nscript [ -G ] [ -r ] [ -2 ] [ -t width ] [ -pfile ] [ -Pprinter ] [ filename... ] DESCRIPTION
textps is a simple text to PostScript filter. When invoked as nscript it (weakly) simulates the Adobe Systems Incorporated enscript pro- gram, converting text to PostScript and adding headers. textps is usually invoked automatically by a print spooler while nscript is usu- ally invoked by a user. Input files can use ISO Latin-1. Two or more identical overstruck characters are rendered using a bold font. Tabs are assumed to be set every 8 character positions. textps is designed to produce good output with lpr -p or pr | lpr; if you print unpaginated text, you will need to increase the t option value and decrease the v or l option value. TEXTPS OPTIONS
c=n Use n characters to the inch. l=n Use n lines per page. m=n Use a left margin of n points. t=n Position the baseline of the first line of text n points below the top of the page. v=n Use a vertical spacing of n points. The default behaviour is -Tc=12,l=66,m=18,t=8,v=12. NSCRIPT OPTIONS
By default, nscript will send the formatted output to lpr; the -P option can select the printer. -G Gaudy output - a header and labels for the input files are placed on the output page. -r rotated (landscape) output. -twidth Set tab stop to width characters. -2 two column output. -pfile send output to file. -Pprinter spool output to printer using lpr. Note: the combination nscript -2Gr is useful for viewing listings. AUTHORS
Original Author: James Clark <jj@jclark.com>, used with with his permission; Modified by: Patrick Powell <papowell@sdsu.edu> SEE ALSO
psrev(1), psfilter(1), psbanner(1) 3.5.20 TEXTPS(8)

Check Out this Related Man Page

LPBANNER(1)						      General Commands Manual						       LPBANNER(1)

NAME
lpbanner - text banner pclbanner - pcl format banner psbanner - PostScript format banner SYNOPSIS
lpbanner [ -llength ] [ -wwidth ] [ -Pprinter ] [ -Lbannername ] [ -nloginname ] [ -hhost ] [ -Jjobtitle ] [ -Cclass ] [ -?option args ] [ all ] DESCRIPTION
The lpbanner program is used to print a simple banner on a fixed size font printer, the pclbanner program generates a PCL banner and the psbanner program generates a PostScript banner. All information to be printed is passed using command line arguements. In order to be compatible with vintage line printer spoolers, reads a line form standard input, but ignores the information. OPTIONS
-w width Page width in characters (default 132). -l length Page length in lines (default 60). -P printer printer queue for banner information. -L bannername Name used on banner as main name. -n loginname Name used on banner as login name. -h host Name used on banner as host name. -J jobtitle String used on banner as main title. -C class String used on banner as class. -? value All other options and arguments provided by LPRng are ignored. EXIT STATUS
The following exit values are returned: zero (0) Successful completion. non-zero (!=0) An error occurred. SEE ALSO
lpd.conf(5), lpc(8), lpd(8), checkpc(8), lpr(1), lpq(1), lprm(1), printcap(5), lpd.conf(5), pr(1), lprng_certs(1), lprng_index_certs(1). HISTORY
LPRng is a enhanced printer spooler system with functionality similar to the Berkeley LPR software. The LPRng mailing list is lprng@lprng.com; subscribe by sending mail to lprng-request@lprng.com with the word subscribe in the body. The software is available from ftp://ftp.lprng.com/pub/LPRng. AUTHOR
Patrick Powell <papowell@lprng.com>. LPRng LPRng-3.9.0 LPBANNER(1)
Man Page