X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2Fpdf2swf.1;h=43991723f059fea64e61e4ce2d66170e92924b1b;hb=938fa370c13c10a2c0d8e44bd5d4998aa9788f60;hp=f17bc6167a6679104f36273ba8a7111390550290;hpb=fc554a43712b76d16b41ec77dd311b4a78b1ef6b;p=swftools.git diff --git a/pdf2swf/pdf2swf.1 b/pdf2swf/pdf2swf.1 index f17bc61..4399172 100644 --- a/pdf2swf/pdf2swf.1 +++ b/pdf2swf/pdf2swf.1 @@ -5,15 +5,15 @@ 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 \fB\-h\fR, \fB\-\-help\fR Print short help message and exit -.\".TP -.\" \fB\-\-version\fR -.\" Print version info and exit +.TP +\fB\-V\fR, \fB\-\-version\fR +Print version info and exit .TP \fB\-p\fR, \fB\-\-pages\fR \fIrange\fR Convert only pages in \fIrange\fR with \fIrange\fR e.g. 1-20 or 1,4,6,9-11 or @@ -21,16 +21,26 @@ Convert only pages in \fIrange\fR with \fIrange\fR e.g. 1-20 or 1,4,6,9-11 or .TP \fB\-v\fR, \fB\-\-verbose\fR Be verbose. Use more than one -v for greater effect. +.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. +.TP +\fB\-j\fR, \fB\-\-jpegquality\fR +Set quality of embedded jpeg pictures. 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. .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. +browsed. +See \fIhttp://www.quiss.org/swftools/pdf2swf_usage.html\fR for more information +about this. .SH BUGS .PP type 3 and some truetype fonts don't work yet -.PP -Output files tend to be a little big .SH AUTHOR