version 2 showing authors affecting page license.
.
Rev |
Author |
# |
Line |
1 |
perry |
1 |
PSRESIZE |
|
|
2 |
!!!PSRESIZE |
|
|
3 |
NAME |
|
|
4 |
SYNOPSIS |
|
|
5 |
DESCRIPTION |
|
|
6 |
EXAMPLES |
|
|
7 |
AUTHOR |
|
|
8 |
SEE ALSO |
|
|
9 |
TRADEMARKS |
|
|
10 |
BUGS |
|
|
11 |
---- |
|
|
12 |
!!NAME |
|
|
13 |
|
|
|
14 |
|
|
|
15 |
psresize - rescales and centers a document for new output paper size |
|
|
16 |
!!SYNOPSIS |
|
|
17 |
|
|
|
18 |
|
|
|
19 |
__psresize__ [[ __-w__''width'' ] [[ |
|
|
20 |
__-h__''height'' ] [[ __-p__''paper'' ] [[ |
|
|
21 |
__-W__''width'' ] [[ __-H__''height'' ] [[ |
|
|
22 |
__-P__''paper'' ] [[ __-q__ ] [[ ''infile'' [[ |
|
|
23 |
''outfile'' ] ] |
|
|
24 |
!!DESCRIPTION |
|
|
25 |
|
|
|
26 |
|
|
|
27 |
''Psresize'' rescales and centres a document on a |
|
|
28 |
different size of paper. The input !PostScript file should |
|
|
29 |
follow the Adobe Document Structuring |
|
|
30 |
Conventions. |
|
|
31 |
|
|
|
32 |
|
|
|
33 |
The ''-w'' option gives the output paper width, and the |
|
|
34 |
''-h'' option gives the output paper height, normally |
|
|
35 |
specified in __cm__ or __in__ to convert !PostScript's |
|
|
36 |
points (1/72 of an inch) to centimeters or inches. The |
|
|
37 |
''-p'' option can be used as an alternative, to set the |
|
|
38 |
output paper size to __a0, a1, a2, a3, a4, a5, b5, letter, |
|
|
39 |
legal, tabloid, statement,__ executive, folio, quarto or |
|
|
40 |
__10x14.__ The default output paper size is |
|
|
41 |
__a4.__ |
|
|
42 |
|
|
|
43 |
|
|
|
44 |
The ''-W'' option gives the input paper width, and the |
|
|
45 |
''-H'' option gives the input paper height. The ''-P'' |
|
|
46 |
option can be used as an alternative, to set the input paper |
|
|
47 |
size. The default input paper size is |
|
|
48 |
__a4.__ |
|
|
49 |
|
|
|
50 |
|
|
|
51 |
''Psresize'' normally prints the page numbers of the |
|
|
52 |
pages output; the ''-q'' option suppresses |
|
|
53 |
this. |
|
|
54 |
!!EXAMPLES |
|
|
55 |
|
|
|
56 |
|
|
|
57 |
The following command can be used to convert a document on |
|
|
58 |
A4 size paper to letter size paper: |
|
|
59 |
|
|
|
60 |
|
|
|
61 |
psresize -PA4 -pletter in.ps out.ps |
|
|
62 |
!!AUTHOR |
|
|
63 |
|
|
|
64 |
|
|
|
65 |
Copyright (C) Angus J. C. Duggan 1991-1995 |
|
|
66 |
!!SEE ALSO |
|
|
67 |
|
|
|
68 |
|
|
|
69 |
psbook(1), psselect(1), pstops(1), epsffit(1), psnup(1), |
|
|
70 |
psresize(1), psmerge(1), fixscribeps(1), getafm(1), |
|
|
71 |
fixdlsrps(1), fixfmps(1), fixmacps(1), fixpsditps(1), |
|
|
72 |
fixpspps(1), fixtpps(1), fixwfwps(1), fixwpps(1), |
|
|
73 |
fixwwps(1), extractres(1), includeres(1) |
|
|
74 |
!!TRADEMARKS |
|
|
75 |
|
|
|
76 |
|
|
|
77 |
__!PostScript__ is a trademark of Adobe Systems |
|
|
78 |
Incorporated. |
|
|
79 |
!!BUGS |
|
|
80 |
|
|
|
81 |
|
|
|
82 |
''Psresize'' does not accept all DSC |
|
|
83 |
comments. |
|
|
84 |
---- |