two new options
[swftools.git] / pdf2swf / pdf2swf.1
1 .TH pdf2swf "1" "October 2001" "pdf2swf" "swftools"
2 .SH NAME
3 pdf2swf - convert PDF files into SWF
4 .SH Synopsis
5 .B pdf2swf
6 [\fIoptions\fR] \fIfile.pdf\fR [\fIfile.swf\fR]
7 .SH DESCRIPTION
8 This tools attempts to convert Acrobat PDF files into Flash SWF Animation
9 files.
10 .SH OPTIONS
11 .TP
12 \fB\-h\fR, \fB\-\-help\fR
13 Print short help message and exit
14 .TP
15 \fB\-V\fR, \fB\-\-version\fR
16 Print version info and exit
17 .TP
18 \fB\-p\fR, \fB\-\-pages\fR \fIrange\fR
19 Convert only pages in \fIrange\fR with \fIrange\fR e.g. 1-20 or 1,4,6,9-11 or
20 3-5,10-12
21 .TP
22 \fB\-v\fR, \fB\-\-verbose\fR
23 Be verbose. Use more than one -v for greater effect.
24 .TP
25 \fB\-i\fR, \fB\-\-ignore\fR
26 Allows pdf2swf to change the draw order of the pdf. This may make the generated
27 SWF files a little bit smaller.
28 .TP
29 \fB\-j\fR, \fB\-\-jpegquality\fR
30 Set quality of embedded jpeg pictures. 0 is worst (small), 100 is best (big). (default:85)
31 .SH NOTES
32 Every page in the PDF will be a frame in the SWF. This means the generated
33 SWF must be inserted into some wrapper SWF if the SWF needs to be 
34 browsed. See the documentation of
35 \fIswfcombine\fR for information about how to insert SWFs into one another.
36 .SH BUGS
37 .PP
38 type 3 and some truetype fonts don't work yet
39 .PP
40 Output files tend to be a little big
41
42 .SH AUTHOR
43
44 Matthias Kramm <kramm@quiss.org>