implemented '-s detectspace' functionality
[swftools.git] / src / pdf2pdf.doc
1 Usage: %s <pdffile>
2
3 Runs a pdf through the pdf2swf conversion engine, and writes it back to a pdf.
4
5 Runs a pdf through the pdf2swf conversion engine, and writes it 
6 back to a pdf.
7
8 -h, --help
9     Print short help message and exit
10 -v, --verbose
11     Be verbose. Use more than one -v for greater effect.
12 -p, --pages <pages>
13     Pages to convert
14 -X, --width <width>
15     Make sure the output pdf is <width> pixels wide
16 -Y, --height <height>
17     Make sure the output pdf is <height> pixels high
18 -s, --set <parameter>=<value>
19     Set <parameter> to <value>
20 -o, --output <filename>
21     Write output to file <filename>.
22     Write output to file <filename>. (If not given, the output will go
23     to a file with the extension .print.pdf)
24 -V, --version
25     Print version info and exit
26
27 .SH AUTHOR
28
29 Matthias Kramm <kramm@quiss.org>