航空论坛_航空翻译_民航英语翻译_飞行翻译

标题: pdf2swf详细参数使用说明 [打印本页]

作者: 航空    时间: 2011-11-15 13:33:31     标题: pdf2swf详细参数使用说明

官方地址:http://www.swftools.org/download.html; y8 E( n! W6 y/ n3 Z0 R
下载
- m4 l4 j) Y) T% J3 k4 K& @
swftools-2010-02-06-1900.exe
: r% |; a, N3 ~% |/ n, V8 b8 U
命令行参数可以通过pdf2swf -f得到:9 C0 f4 c# S) m2 M' v6 U: T
    * -h , –help                      Print short help message and exit              打印帮助信息
9 ^$ u" S5 [) E6 O2 d  Q    * -V , –version                Print version info and exit                        打印版本号# F- H& D6 C% ~' T% P8 R/ ~$ m
    * -o , –output file.swf         Direct output to file.swf. If file.swf contains ‘13568621′ (file13568630.swf), then each page指定输出的swf文件名
2 y4 v' P( `& f& Y3 @' [  Y. }    * -p , –pages range             Convert only pages in range with range e.g. 1-20+ ~0 ^+ K* T  U2 {5 R& N
      or 1,4,6,9-11 or
" q, n3 u2 }7 g
      指定转换的页面范围,使用的页码描述方法与打印机打印文件时候的选页一样$ {, s- Y: T& V. m, F1 z4 D  _+ O
    * -P , –password password       Use password for deciphering the pdf.指定打开pdf的密码3 \: o) a1 B+ O2 z8 ^
    * -v , –verbose                 Be verbose. Use more than one -v for greater effect.转换时输出详细的内容
. s8 ]+ e2 p$ h& @* q    * -z , –zlib                    Use Flash 6 (MX) zlib compression.使用Flash 6的zlib压缩机制  x6 k7 E$ }; j4 z5 w9 J+ P
    * -i , –ignore                  Allows pdf2swf to change the draw order of the pdf. This may make the generated允许程序修改pdf的绘制顺序,可能会导致结果与原来有差异
( o2 d3 A( i7 V1 f    * -j , –jpegquality quality     Set quality of embedded jpeg pictures to quality. 0 is worst (small), 100 is best (big). (default:85)设置转换其中的jpeg图片的质量,从0到100,默认值是85。
/ c: S* C6 F  }5 D& C) o    * -s , –set param=value         Set a SWF encoder specific parameter. See pdf2swf -s help for more information. 设置SWF转码时候的参数,具体参数可以用pdf2swf -s help获取3 }6 ~* U3 Z/ C* m. h6 ^1 V
    * -w , –samewindow              When converting pdf hyperlinks, don’t make the links open a new window.        设置转换后的swf打开原pdf中的连接时使用相同的窗口
4 w" T& o% r9 D8 |- {0 z0 g7 ?   
* -t , –stop                    Insert a stop() command in each page.            在每页结尾添加一个stop()命令
1 s. }$ w+ t8 e% \) ~
    * -T , –flashversion num        Set Flash Version in the SWF header to num.         设置SWF所使用的flash版本号( P9 c/ l; c5 N9 l# k% ?) g# `
    * -F , –fontdir directory       Add directory to the font search path.                    指定字体文件所在路径3 q8 ^+ {9 s' h% [8 B
    * -b , –defaultviewer           Link a standard viewer to the swf file.             指定默认的swf导航文件,用来翻页、放大缩小等等3 x. l9 l" ], I4 \
    * -l , –defaultloader           Link a standard preloader to the swf file which will be displayed while the main swf is loading.     指定默认的swf加载文件,用来显示加载进程效果, l( m5 L" k0 `; o! i5 _3 G1 |
    * -B , –viewer filename         Link viewer filename to the swf file.   指定swf导航文件,作用同-b
5 G7 S; |3 J7 p    * -L , –preloader filename      Link preloader filename to the swf file.      指定swf加载文件,作用同-l8 x- i6 w( J; T3 o8 r
    * -q , –quiet                   Suppress normal messages. Use -qq to suppress warnings, also. 不打印普通信息,用-qq就不打印警告信息。
) e; c, `1 _6 M1 `% S    * -S , –shapes                  Don’t use SWF Fonts, but store everything as shape. 不使用字体,所有都转为形状。
" Z+ u4 K# x8 o$ o) V" @3 [    * -f , –fonts                   Store full fonts in SWF. (Don’t reduce to used characters). 在swf中保存全部字体。" o: ^  x4 S1 g+ ^0 G
    * -G , –flatten                 Remove as many clip layers from file as possible. 在文件中尽量去除影片层,合并它们0 Z$ }" p  U! y% W
    * -I , –info                    Don’t do actual conversion, just display a list of all pages in the PDF. 不做实际转换,仅显示PDF的信息。
+ K+ B+ \2 F; `; W6 f    * -Q , –maxtime n               Abort conversion after n seconds. Only available on Unix. 如果运行时间超时则退出。
( a- b5 @; y7 f$ ]: ~6 S
然后看看-s都可以设置些什么:
: p& G# g2 f- ~+ t0 A/ K! D& ~PDF Parameters:
# F6 ?; U  t7 j9 z: pPDF device global parameters:0 Q( V! Y+ m, D3 _( I
fontdir= a directory with additional fonts 指定字体目录, 与1级参数的-F相若% r7 s$ j3 B: [5 M3 @  ^, r
font= an additional font filename 增加额外的字体文件! L1 W8 P) A# _+ K3 I5 ^$ K
pages= the range of pages to convert (example: pages=1-100,210-) 指定页面范围,与1级参数的-p相若' S2 J4 P$ a! ^- n+ Q& O
zoom= the resolution (default: 72) 指定分辨率,默认为72dpi
7 F; v) \/ ?2 A/ r1 C: }languagedir= Add an xpdf language directory 增加一个xpdf的语言目录,对非西欧字符有用+ N' c  M& h: Q4 y  C; h
multiply= Render everything at the resolution 在几倍分辨率下渲染" P) e: p! a1 Y7 g% n* `
poly2bitmap Convert graphics to bitmaps 把其中的图形转成点阵
* s+ N% S3 F. t$ [- B- Hbitmap Convert everything to bitmaps 把所有内容转成点阵(包括字体)

; L# g4 q1 D9 P) ]0 pSWF Parameters:
! V; j+ `. \& }. _/ {9 {, B' F3 pSWF layer options:
& l6 e0 e( W, u1 `2 ~jpegsubpixels=<pixels> resolution adjustment for jpeg images (same as jpegdpi, but in pixels) jpeg图片的分辨率  Z+ k4 r, x- F# B3 M  J
ppmsubpixels=<pixels> resolution adjustment for lossless images (same asppmdpi, but in pixels) 无损图片的分辨率; t; F+ T* C( ?: E# r7 E% X
subpixels=<pixels>     shortcut for setting both jpegsubpixels and ppmsubpixels 快速设置上两个参数  H- h3 a5 o: @/ d. [1 ^$ `
drawonlyshapes           convert everything to shapes (currently broken) 所有都转成图形
' n& Z7 E9 W4 ]% xignoredraworder         allow to perform a few optimizations for creating smaller SWFs 允许执行一些小优化
/ a) B5 R7 [" _, h6 p1 |' u& t8 Wlinksopennewwindow   make links open a new browser window 链接打开新窗口: Z5 x  n+ k& O4 e8 [9 f5 ]
linktarget                  target window name of new links       新链接窗口的名称* I! q9 f) H5 i- J# K7 D- v& G7 T
linkcolor=<color)        color of links (format: RRGGBBAA)    链接的颜色
& o8 E. G3 Z/ \4 }linknameurl         Link buttons will be named like the URL they refer to (handy for iterating through links with actionscript)   链接名称与链接URL一致1 K2 s4 ], O# f& V) x
storeallcharacters      don’t reduce the fonts to used characters in the output file 保存所有的字符字体
# D3 ?& P  i! M$ Uenablezlib                switch on zlib compression (also done if flashversion>=7) 使用zlib压缩
2 T5 `" m( s$ \  l$ o8 ]bboxvars                 store the bounding box of the SWF file in actionscript variables 在as中保存swf的区域大小: }* v. {2 \: `9 P
dots                        Take care to handle dots correctly 保存单点显示* _7 z7 p$ F) R0 m) \
reordertags=0/1     (default: 1) perform some tag optimizations 执行某些tag优化: y  r3 X. I; q8 L! n
internallinkfunction=<name> when the user clicks a internal link (to a different page) in the converted file, this actionscript function is called 内部链接函数,如果点击一个内部链接,将调用该actionscript函数8 p2 j$ R$ C7 G
externallinkfunction=<name> when the user clicks an external link (e.g.
http://www.foo.bar/) on the converted file, this actionscript function is called 外部链接函数,如果点击一个外部链接,将调用该actionscript函数1 C( u- P2 ?, G5 O$ L5 q
disable_polygon_conversion never convert strokes to polygons (will remove capstyles and joint styles) 不要将笔画转成多边形+ c7 v/ k/ G3 s: G
caplinewidth=<width>        the minimum thichness a line needs to have so that capstyles become visible (and are converted)           线条最低转换宽度,比这个细的线条将不转换
7 S) x2 x/ A- linsertstop                  put an ActionScript “STOP” tag in every frame 在swf的每个桢中添加stop()函数9 ^3 v) F6 E+ @4 l4 R  D/ e6 Y
protect                     add a “protect” tag to the file, to prevent loadingin the Flash editor 增加protect标签,禁止在flash中加载该swf
. `" V" i# D: C& Y4 _4 {6 D8 Yflashversion=<version> the SWF fileversion (6) 设置最低swf版本
( J- L( G5 N# c0 a% G0 C0 \framerate=<fps>         SWF framerate 设置桢率; u0 ]# M& W8 M2 P
minlinewidth=<width> convert horizontal/vertical boxes smaller than thiswidth to lines (0.05)将宽度少于某值的矩形转成线条
9 T9 @# c; M" p/ l; M) Rsimpleviewer     Add next/previous buttons to the SWF 使用简单的导航
6 w1 o3 C  q- `4 ]0 p9 y9 M, G' Ranimate           insert a showframe tag after each placeobject (animate draw order of PDF files) ???
1 G% {& E& v7 hjpegquality=<quality> set compression quality of jpeg images 设置jpeg的压缩质量, R* X9 M- h3 m- c; |
splinequality=<value> Set the quality of spline convertion to value (0-100, default: 100). 设置样条曲线的转换质量1 p4 X. ~5 X3 u" _* r7 d$ b$ T  l
disablelinks                Disable links. 禁止链接

: E% a1 O! l) J




欢迎光临 航空论坛_航空翻译_民航英语翻译_飞行翻译 (http://bbs.aero.cn/) Powered by Discuz! X2