blob: 1e197e7fa7603984825808e6a3a47c0f8960cfc5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
impose+
version 0.1
A set of PostScript utilities
Dov Grobgeld
impose+ is a set of postscript utilities. The main program of impose+
is impose which is used for two-up printing of DSC complient postscript.
This includes postscript from e.g. netscape, dvips, and FrameMaker. It
makes an effort to remove white space from the printout by probing the
original postscript for the bounding box of the printed area. This makes
the output much more esthetic than does a simplistic layout of non-cropped
original papers.
impose may also be used as a print filter, e.g. for automatically
printing two-up files from netscape.
The utilities are all written in perl and are released under the GNU
public licence as described in the file COPYING. They depend on the
installation of the psutils package by Angus J.C. Duggan.
Here is some additional descriptions of the different scripts in the
program.
impose - A preprocessor to pstops by Angus J.C. Duggan, for creating
2-up printouts. It uses bboxx to extract the bounding box
of the original postscript file and creates the 2-up copy,
considering only the text body and the margin parameters
entered by the user.
bboxx - Extract the bounding box of a postscript file, with the
option of entering the bounding box into the file.
fixtd - Set tumble and duplex options for the printout.
psbl - A preprocessor to impose and psbl for creating
booklets.
|