X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=pdf2swf%2Fpdf2swf.1;h=7704ee1646ec32fbcead76487b7cf43031e2176f;hp=f87c92d4e4bc298ef38d139ce7c218e5fad2a058;hb=e38efb466240e266a9c0491c4be56b66af2429ee;hpb=5b8967c13b987c6438c23e2e1a25ef45864f02d2 diff --git a/pdf2swf/pdf2swf.1 b/pdf2swf/pdf2swf.1 index f87c92d..7704ee1 100644 --- a/pdf2swf/pdf2swf.1 +++ b/pdf2swf/pdf2swf.1 @@ -1,9 +1,9 @@ -.TH pdf2swf "1" "October 2001" "pdf2swf" "swftools" +.TH pdf2swf "1" "January 2003" "pdf2swf" "swftools" .SH NAME 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. @@ -22,17 +22,27 @@ Convert only pages in \fIrange\fR with \fIrange\fR e.g. 1-20 or 1,4,6,9-11 or \fB\-v\fR, \fB\-\-verbose\fR Be verbose. Use more than one -v for greater effect. .TP +\fB\-z\fR, \fB\-\-zlib\fR +Use Flash 6 (MX) zlib compression. +\fBThe resulting SWF will not be playable in browsers with Flash Plugins 5 and below!\fR +.TP \fB\-i\fR, \fB\-\-ignore\fR Allows pdf2swf to change the draw order of the pdf. This may make the generated -SWF files a little bit smaller. +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 @@ -57,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