implemented '-s detectspace' functionality
[swftools.git] / src / pdf2pdf.1
1 .TH pdf2pdf "1" "August 2009" "pdf2pdf" "swftools"
2 .SH NAME
3 pdf2pdf - Runs a pdf through the pdf2swf conversion engine, and writes it back to a pdf.
4
5 .SH Synopsis
6 .B pdf2pdf <pdffile>
7
8 .SH DESCRIPTION
9 Runs a pdf through the pdf2swf conversion engine, and writes it 
10 back to a pdf.
11
12 .SH OPTIONS
13 .TP
14 \fB\-h\fR, \fB\-\-help\fR 
15     Print short help message and exit
16 .TP
17 \fB\-v\fR, \fB\-\-verbose\fR 
18     Be verbose. Use more than one -v for greater effect.
19 .TP
20 \fB\-p\fR, \fB\-\-pages\fR \fIpages\fR
21     Pages to convert
22 .TP
23 \fB\-X\fR, \fB\-\-width\fR \fIwidth\fR
24     Make sure the output pdf is \fIwidth\fR pixels wide
25 .TP
26 \fB\-Y\fR, \fB\-\-height\fR \fIheight\fR
27     Make sure the output pdf is \fIheight\fR pixels high
28 .TP
29 \fB\-s\fR, \fB\-\-set\fR \fIparameter>=<value\fR
30     Set \fIparameter\fR to <value>
31 .TP
32 \fB\-o\fR, \fB\-\-output\fR \fIfilename\fR
33     Write output to file \fIfilename\fR. (If not given, the output will go
34     to a file with the extension .print.pdf)
35 .TP
36 \fB\-V\fR, \fB\-\-version\fR 
37     Print version info and exit
38 .SH AUTHOR
39
40 Matthias Kramm <kramm@quiss.org>