forked from kartorz/jpeg2pdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjpeg2pdf.1
60 lines (60 loc) · 1.29 KB
/
jpeg2pdf.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.TH JPEG2PDF 1 "30 Nou 2019" "1.3" "User Manual"
.SH DESCRIPTION
jpeg2pdf
Lossless conversion of jpeg images to PDF.
.SH USAGE
\fBjpeg2pdf\fP [\fBoptions\fP] filemask-1 ... [filemask-N]
.SH OPTIONS
positional arguments:
.TP
filemask-...
input JPEG file name. requires at least one. wildcards '*' and '?' allowed.
.TP
-o outfile
output PDF file name
.PP
optional arguments:
.TP
\fB-h\fP
show help message and exit
.TP
\fB-d\fP dpi
global page dpi, default: get in image
.TP
\fB-p\fP papersize
A0-A10,Letter,Legal,Junior,Ledger,Tabloid,auto default:auto
.TP
\fB-n\fP orientation
auto,portrait,landscape default:auto
.TP
\fB-m\fP l[,t[,r,b]]
margins size in inches (specify 'mm' for millimeters, 'p' for points) default:0
.TP
\fB-x\fP widthpage
width page in inches (specify 'mm' for millimeters, 'p' for points)
.TP
\fB-y\fP heightpage
height page in inches (specify 'mm' for millimeters, 'p' for points)
.TP
\fB-z\fP scale
fit,fw,fh,reduce,rw,rh,none default:fit
.TP
\fB-r\fP crop
none,height,width,both default:none crop/expand page to image size
.TP
\fB-t\fP title
default: none
.TP
\fB-a\fP author
default: current user name
.TP
\fB-k\fP keywords
default: input files list
.TP
\fB-s\fP subject
default: 'Generated from JPEG images'
.TP
\fB-c\fP creator
default: 'jpeg2pdf'
.SH SEE ALSO
img2pdf(1), pdfwatermark(1)