Brought up to date
[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 converts 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 .TP
32 \fB\-w\fR, \fB\-\-samewindow\fR
33 When converting pdf hyperlinks, don't make the links open a new window when clicked on,
34 but open the page they point to in the window the SWF is displayed.
35 .SH NOTES
36 Every page in the PDF will be a frame in the SWF. This means the generated
37 SWF must be inserted into some wrapper SWF if the SWF needs to be 
38 browsed. 
39 See \fIhttp://www.quiss.org/swftools/pdf2swf_usage.html\fR for more information
40 about this.
41 .SH BUGS
42 .PP
43 type 3 and some truetype fonts don't work yet
44
45 .SH AUTHOR
46
47 Matthias Kramm <kramm@quiss.org>