Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mgp2ps(1) [redhat man page]

MGP2PS(1)						    BSD General Commands Manual 						 MGP2PS(1)

NAME
mgp2ps -- generate PostScript file from MagicPoint file SYNOPSIS
mgp2ps [-cirtV] [-f psfile] [-p papersize] [-x xmargin] [-y ymargin] mgpfile DESCRIPTION
mgp2ps is a converter from MagicPoint file mgpfile to PostScript file. If -f option is specified, PostScript will be generated to psfile. Otherwise, printed to the standard output. If there exists foo.eps corresponding to foo.gif (or whatever), the encapsulated PostScript file will be included to the PostScript file instead. The following options are available: -c Generate color postscript file (experimental). By default mgp2ps will generate monochrome postscript file. -i Paint inside icon symbols. -r Stack the paper in reverse order. -V Be verbose. -f psfile Pathname to put the PostScript output. -p papersize papersize specifies the size of the paper to be used. a3, a4, a5, b5, A3, A4, A5, B5, letter, legal, ledger, tabloid, statement, executive, folio, quarto and 10x14 are available. Default size is a4. -x xmargin -y ymargin xmargin and ymargin specifies length of the margin area around the edge of the paper. -t Use truetypefont instead of psfont (ASCII font only). -e Specify encodings. At this moment, "iso-8859-1" and "latin1" are supported as encodings. SEE ALSO
mgp(1) HISTORY
mgp2ps was created so that Kazu Yamamoto could submit his tutorial document to the committee of Intenret Week '97. BSD
May 31, 2019 BSD

Check Out this Related Man Page

PAPERSIZE(5)							File Formats Manual						      PAPERSIZE(5)

NAME
papersize - specify preferred paper size SYNOPSYS
/etc/papersize DESCRIPTION
The papersize file is used to specify the preferred paper size to use by available commands and programs generating documents. The format of this file is extremely simple: whitespace and anything starting with `#' is ignored, and the name of the paper is the first string found; the case in the name of the paper does not import (see CAVEATS section however). PAPER NAMES
The following names are commonly understood by programs: a3, a4, a5, b5, letter, legal, executive, note and 11x17. Additional paper names that one may encounter are: a0, a1, a2, a6, a7, a8, a9, a10, b0, b1, b2, b3, b4, tabloid, statement, note, halflet- ter, halfexecutive, folio, quarto, ledger, archA, archB, archC, archD, archE, flsa, flse, csheet, dsheet, esheet and 10x14. The value of the papersize file can be overrideen by looking in order at the PAPERSIZE environment variable, then at the contents of the file specified by the PAPERCONF environment variable. If the papersize file does not exist, programs using the paper library default to using letter as a fall-back value CAVEATS
This manual page documents the format of the papersize file that is read by the libpaper library. Some programs that read this file do not yet use the library and may have trouble ignoring whitespace and comments in the file; they may also require that the paper names use a specific capitalization. DOCUMENTATION
Yves Arrouye <arrouye@debian.org> SEE ALSO
paperconf(1) paperconfig(8) PAPERSIZE(5)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Printing Chinese postscript file

G'day, I've a Solaris 9 box & I've configured a HP Laserjet for postscript printing. When my client prints an English postscript file, it gets printed fine. But when he sends a Chinese postscript file, there is no output at the printer. Is there anything I need to set for Chinese... (0 Replies)
Discussion started by: Albert J.
0 Replies

2. Shell Programming and Scripting

Generate a new field

how can i generate 2 new repetitively fields and put it in another file? first, i want to generate these fields: 2 1 3 4 4 2 2 1 3 4 4 2 2 1 3 4 4 2 second i want to put these tow fields in file2: saeed vahid reza golam maso wer qwe (3 Replies)
Discussion started by: saeed.soltani
3 Replies

3. Shell Programming and Scripting

Enscript text 2 postscript converter

I am trying to create a pdf file starting with a .eps file for the letterhead, and a text file to print on it. According to the man page the following should work. ^@epsf /home/aoti/coll07.eps ****** INVOICE ****** PAGE: 1 where ^@ is a... (0 Replies)
Discussion started by: jgt
0 Replies