blob: 779eb5fb10291732d3b9811cd0133e54ba733d40 (
plain)
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
.TH PSPDFUTILS "1" "2024\-04\-08" "pspdfutils 3.3.2" "User Command"
.SH NAME
pspdfutils
.SH SYNOPSIS
.B pspdfutils
[OPTION...] LLX LLY URX URY [INFILE [OUTFILE]]
.SH DESCRIPTION
Fit an Encapsulated PostScript file to a given bounding box.
.TP
\fBLLX\fR
x coordinate of lower left corner of the box
.TP
\fBLLX\fR
y coordinate of lower left corner of the box
.TP
\fBLLX\fR
x coordinate of upper right corner of the box
.TP
\fBLLX\fR
y coordinate of upper right corner of the box
.TP
\fBINFILE\fR
`\-' or no INFILE argument means standard input
.TP
\fBOUTFILE\fR
`\-' or no OUTFILE argument means standard output
.SH OPTIONS
.TP
\fB\-c\fR, \fB\-\-center\fR, \fB\-\-centre\fR
center the image in the given bounding box
.TP
\fB\-r\fR, \fB\-\-rotate\fR
rotate the image by 90 degrees counter\-clockwise
.TP
\fB\-a\fR, \fB\-\-aspect\fR
adjust the aspect ratio to fit the bounding box
.TP
\fB\-m\fR, \fB\-\-maximize\fR, \fB\-\-maximise\fR
rotate the image to fill more of the page if possible
.TP
\fB\-s\fR, \fB\-\-showpage\fR
append a /showpage to the file to force printing
.TP
\fB\-v\fR, \fB\-\-version\fR
show program's version number and exit
.TP
\fB\-q\fR, \fB\-\-quiet\fR
don't show progress
.SH AUTHOR
.nf
Reuben Thomas <rrt@sc3d.org>
.fi
|