X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2Fpdf2swf.1;h=fb99ca9545ce2222af22fa75a13369f19a8c7018;hb=72106a2b341b29a94871ca7a142b905a444e9d0a;hp=3f3baaeafe2226ba7e1f3480ce1a1102ab3d2940;hpb=072626c0a2158ab530b6853587cf14746d6aac52;p=swftools.git diff --git a/pdf2swf/pdf2swf.1 b/pdf2swf/pdf2swf.1 index 3f3baae..fb99ca9 100644 --- a/pdf2swf/pdf2swf.1 +++ b/pdf2swf/pdf2swf.1 @@ -5,7 +5,7 @@ pdf2swf - convert PDF files into SWF .B pdf2swf [\fIoptions\fR] \fIfile.pdf\fR [\fIfile.swf\fR] .SH DESCRIPTION -This tools attempts to convert Acrobat PDF files into Flash SWF Animation +This tools converts Acrobat PDF files into Flash SWF Animation files. .SH OPTIONS .TP @@ -28,16 +28,33 @@ SWF files a little bit smaller. .TP \fB\-j\fR, \fB\-\-jpegquality\fR Set quality of embedded jpeg pictures. 0 is worst (small), 100 is best (big). (default:85) -.SH NOTES -Every page in the PDF will be a frame in the SWF. This means the generated -SWF must be inserted into some wrapper SWF if the SWF needs to be -browsed. See the documentation of -\fIswfcombine\fR for information about how to insert SWFs into one another. +.TP +\fB\-w\fR, \fB\-\-samewindow\fR +When converting pdf hyperlinks, don't make the links open a new window when clicked on, +but open the page they point to in the window the SWF is displayed. +.TP +\fB\-b\fR, \fB\-\-defaultviewer\fR +Link a standard viewer to the swf file. Therefore the swf file will be "browseable", i.e. +display some buttons for turning pages. +The viewer swf to be used is determined by a symlink named "default_viewer.swf" in +the swftools data directory. +.TP +\fB\-l\fR, \fB\-\-defaultloader\fR +Link a standard preloader to the swf file which will be displayed while the main swf is +loading. +The loader swf to be used is determined by a symlink named "default_loader.swf" in +the swftools data directory. +.TP +\fB\-B\fR, \fB\-\-viewer\fR \fIfilename\fR +Link viewer \fIfilename\fR to the swf file. See http://www.quiss.org/swftools/pdf2swf_usage.html +for information on how to create your own viewers. +.TP +\fB\-L\fR, \fB\-\-loader\fR \fIfilename\fR +Link preloader \fIfilename\fR to the swf file, where \fIfilename\fR +is an arbitrary swf animation. .SH BUGS .PP -type 3 and some truetype fonts don't work yet -.PP -Output files tend to be a little big +type 3 fonts don't work yet .SH AUTHOR