43 lines
931 B
Groff
43 lines
931 B
Groff
.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.
|