forked from strichter/img2pdf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimg2pdf.1
More file actions
56 lines (56 loc) · 1.55 KB
/
img2pdf.1
File metadata and controls
56 lines (56 loc) · 1.55 KB
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
.TH Img2PDF 1 "13 Dec 2017" "1.0.0" "User Manual"
.SH DESCRIPTION
img2pdf
Lossless conversion of images to PDF without unnecessarily
re-encoding JPEG andJPEG2000 files. Thus, no loss of quality
and no unnecessary large output file.
.SH USAGE
\fBimg2pdf\fP [\fB-h\fP] [\fB-o\fP out] [\fB-d\fP dpi] [\fB-t\fP title] [\fB-a\fP author] [\fB-c\fP creator] [\fB-p\fP producer] [\fB-r\fP creationdate] [\fB-m\fP moddate] [\fB-s\fP subject] [\fB-k\fP kw [kw ...]] [\fB-C\fP colorspace] [\fB-v\fP] infile [infile ...]
.SH OPTIONS
positional arguments:
.TP
infile
input file(s)
.PP
optional arguments:
.TP
\fB-h\fP, \fB--help\fP
show this help message and exit
.TP
\fB-o\fP out, \fB--output\fP out
output file (default: stdout)
.TP
\fB-d\fP dpi, \fB--dpi\fP dpi
dpi for pdf output (default: 96.0)
.TP
\fB-t\fP title, \fB--title\fP title
title for metadata
.TP
\fB-a\fP author, \fB--author\fP author
author for metadata
.TP
\fB-c\fP creator, \fB--creator\fP creator
creator for metadata
.TP
\fB-p\fP producer, \fB--producer\fP producer
producer for metadata
.TP
\fB-r\fP creationdate, \fB--creationdate\fP creationdate
creation date for metadata in YYYY-MM-DDTHH:MM:SS format
.TP
\fB-m\fP moddate, \fB--moddate\fP moddate
modification date for metadata in YYYY-MM-DDTHH:MM:SS format
.TP
\fB-s\fP subject, \fB--subject\fP subject
subject for metadata
.TP
\fB-k\fP kw [kw ...], \fB--keywords\fP kw [kw ...]
keywords for metadata
.TP
\fB-C\fP colorspace, \fB--colorspace\fP colorspace
force PIL colorspace (one of: RGB, L, 1)
.TP
\fB-v\fP, \fB--verbose\fP
verbose mode
.SH SEE ALSO
pdfwatermark(1)