1PSRESIZE(1) General Commands Manual PSRESIZE(1)
2
3
4
6 psresize - rescale and centre the pages of a PostScript file
7
9 psresize [ -wwidth ] [ -hheight ] [ -ppaper ] [ -Wwidth ] [ -Hheight ]
10 [ -Ppaper ] [ -q ] [ infile [ outfile ] ]
11
13 Psresize rescales and centres a document on a different size of paper.
14 The input PostScript file should follow the Adobe Document Structuring
15 Conventions.
16
17 The -w option gives the output paper width, and the -h option gives the
18 output paper height, normally specified in cm or in to convert Post‐
19 Script's points (1/72 of an inch) to centimeters or inches. The -p
20 option can be used as an alternative, to set the output paper size to
21 a3, a4, a5, b5, letter, legal, tabloid, statement, executive, folio,
22 quarto, 10x24 or _glibc, where latter one means the format of the cur‐
23 rent locale. The default output paper size is _glibc.
24
25 The -W option gives the input paper width, and the -H option gives the
26 input paper height. The -P option can be used as an alternative, to
27 set the input paper size. The default input paper size is _glibc.
28
29 Psresize normally prints the page numbers of the pages output; the -q
30 option suppresses this.
31
33 The following command can be used to convert a document on A4 size
34 paper to letter size paper:
35
36 psresize -PA4 -pletter in.ps out.ps
37
38
40 LC_ALL, LC_PAPER
41 These variables are specifying the papertype when used paper is
42 _glibc. For details see the locale(7) manpage.
43
45 Copyright (C) Angus J. C. Duggan 1991-1995
46
48 psbook(1), psselect(1), pstops(1), epsffit(1), psnup(1), psresize(1),
49 psmerge(1), fixscribeps(1), getafm(1), fixdlsrps(1), fixfmps(1), fix‐
50 macps(1), fixpsditps(1), fixpspps(1), fixtpps(1), fixwfwps(1), fixw‐
51 pps(1), fixwwps(1), extractres(1), includeres(1)
52
54 PostScript is a trademark of Adobe Systems Incorporated.
55
57 Psresize does not accept all DSC comments.
58
59
60
61 PSUtils Release 1 Patchlevel 17 PSRESIZE(1)