-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
psutils.1
42 lines (42 loc) · 931 Bytes
/
psutils.1
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
37
38
39
40
41
42
.TH PSUTILS 1 "PSUtils"
.SH NAME
PSUtils \- PDF and PostScript utilities
.SH DESCRIPTION
PSUtils is a set of utilities for manipulating PDF and PostScript
documents. PostScript files should follow the Adobe Document Structuring
Conventions, but this is not checked.
.SH UNITS OF LENGTH
PSUtils utilities accept lengths in various units:
.IP \(bu
.B pt
(PostScript points, 72 points per inch)
.IP \(bu
.B mm
(millimetres)
.IP \(bu
.B cm
(centimetres)
.IP \(bu
.B in
(inches, 1 inch is 25.4mm)
.PP
Write the length as a number directly followed by the unit, for example,
.B 4.5mm
or
.BR 72pt .
If no unit is given, PostScript points are assumed.
.SH AUTHOR
Written by Angus J. C. Duggan.
.SH "SEE ALSO"
.BR psbook (1),
.BR psselect (1),
.BR pstops (1),
.BR epsffit (1),
.BR psnup (1),
.BR psresize (1),
.BR psjoin (1),
.BR extractres (1),
.BR includeres (1)
.SH TRADEMARKS
.B PostScript
is a trademark of Adobe Systems Incorporated.