diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/fedora-rawhide/man1/psutils.1 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/fedora-rawhide/man1/psutils.1')
-rw-r--r-- | upstream/fedora-rawhide/man1/psutils.1 | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/upstream/fedora-rawhide/man1/psutils.1 b/upstream/fedora-rawhide/man1/psutils.1 new file mode 100644 index 00000000..8bcc2874 --- /dev/null +++ b/upstream/fedora-rawhide/man1/psutils.1 @@ -0,0 +1,41 @@ +.TH PSUTILS 1 "PSUtils" +.SH NAME +PSUtils \- PostScript utilities +.SH DESCRIPTION +PSUtils is a set of utilities for manipulating PostScript +documents which follow the Adobe Document Structuring Conventions. +.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. |