X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2Fpdf2swf.1;h=70909c4b331d2ea408c60209a0b4204884f2d216;hb=98224e6d436b226dc8445db494efa7e8c3635c34;hp=b8e5a40e91cb55d27b7bf41d2ef3fccdb41f90e6;hpb=21e018742051f8a032fa50117ba5beb0668c25f0;p=swftools.git diff --git a/pdf2swf/pdf2swf.1 b/pdf2swf/pdf2swf.1 index b8e5a40..70909c4 100644 --- a/pdf2swf/pdf2swf.1 +++ b/pdf2swf/pdf2swf.1 @@ -3,7 +3,7 @@ pdf2swf - convert PDF files into SWF .SH Synopsis .B pdf2swf -[\fIoptions\fR] \fIfile.pdf\fR [\fIfile.swf\fR] +[\fIoptions\fR] \fIfile.pdf\fR -o \fIfile.swf\fR .SH DESCRIPTION This tools converts Acrobat PDF files into Flash SWF Animation files. @@ -30,13 +30,19 @@ Use Flash 6 (MX) zlib compression. Allows pdf2swf to change the draw order of the pdf. This may make the generated SWF files a little bit smaller, but it may also cause the images in the pdf to look funny. .TP -\fB\-j\fR, \fB\-\-jpegquality\fR -Set quality of embedded jpeg pictures. 0 is worst (small), 100 is best (big). (default:85) +\fB\-j\fR, \fB\-\-jpegquality\fR \fIquality\fR +Set quality of embedded jpeg pictures to \fIquality\fR. 0 is worst (small), 100 is best (big). (default:85) .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\-t\fR, \fB\-\-stop\fR +Insert a stop() command in each page. The resulting SWF file will not turn pages automatically. +.TP +\fB\-T\fR, \fB\-\-flashversion\fR \fInum\fR +Set Flash Version in the SWF header to \fInum\fR. +.TP \fB\-F\fR, \fB\-\-fontdir\fR \fIdirectory\fR Add \fIdirectory\fR to the font search path. .TP @@ -61,7 +67,7 @@ Link preloader \fIfilename\fR to the swf file, where \fIfilename\fR is an arbitrary swf animation. .SH BUGS .PP -type 3 fonts don't work yet +dashed lines don't work. .SH AUTHOR