CIDFonts: look for external replacement.
[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 -o \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\-z\fR, \fB\-\-zlib\fR
26 Use Flash 6 (MX) zlib compression.
27 \fBThe resulting SWF will not be playable in browsers with Flash Plugins 5 and below!\fR
28 .TP
29 \fB\-i\fR, \fB\-\-ignore\fR
30 Allows pdf2swf to change the draw order of the pdf. This may make the generated
31 SWF files a little bit smaller, but it may also cause the images in the pdf to look funny.
32 .TP
33 \fB\-j\fR, \fB\-\-jpegquality\fR
34 Set quality of embedded jpeg pictures. 0 is worst (small), 100 is best (big). (default:85)
35 .TP
36 \fB\-w\fR, \fB\-\-samewindow\fR
37 When converting pdf hyperlinks, don't make the links open a new window when clicked on,
38 but open the page they point to in the window the SWF is displayed.
39 .TP
40 \fB\-F\fR, \fB\-\-fontdir\fR \fIdirectory\fR
41 Add \fIdirectory\fR to the font search path.
42 .TP
43 \fB\-b\fR, \fB\-\-defaultviewer\fR 
44 Link a standard viewer to the swf file. Therefore the swf file will be "browseable", i.e.
45 display some buttons for turning pages.
46 The viewer swf to be used is determined by a symlink named "default_viewer.swf" in
47 the swftools data directory.
48 .TP
49 \fB\-l\fR, \fB\-\-defaultloader\fR
50 Link a standard preloader to the swf file which will be displayed while the main swf is
51 loading.
52 The loader swf to be used is determined by a symlink named "default_loader.swf" in
53 the swftools data directory.
54 .TP
55 \fB\-B\fR, \fB\-\-viewer\fR \fIfilename\fR
56 Link viewer \fIfilename\fR to the swf file. See http://www.quiss.org/swftools/pdf2swf_usage.html
57 for information on how to create your own viewers.
58 .TP
59 \fB\-L\fR, \fB\-\-loader\fR \fIfilename\fR
60 Link preloader \fIfilename\fR to the swf file, where \fIfilename\fR
61 is an arbitrary swf animation.
62 .SH BUGS
63 .PP
64 dashed lines don't work.
65
66 .SH AUTHOR
67
68 Matthias Kramm <kramm@quiss.org>