日韩精品中文字幕一区二区-日韩精品中文字幕一区-日韩精品中文字幕视频-日韩精品在线一区二区三区-第一页在线-第一福利视频

當前位置: 首頁IT技術 → SWFTools 詳細教程

SWFTools 詳細教程

更多

SWFTools提供了一系列將各種文件轉成swf的工具:

pdf轉swf(SWFTools)
5.0
類別: 應用其他    大小:21.2M    語言: 中文
查看詳細信息 >>

font2swf.exe

//把字體文件轉成flash(SWF)文件,應該是為了寫flash時調用字體用的

jpeg2swf.exe

//把多張jpeg轉成一個swf的slideshow

png2swf.exe

//和jpeg2swf差不多,適用于png格式的圖片而已

gif2swf.exe

//這個也和jpeg2swf差不多,而且支持動態(tài)的gif文件

pdf2swf.exe

//在xpdf的基礎上開發(fā)的,能解析pdf,并把pdf轉成flash(SWF)文件,對中文等多字節(jié)字體支持很好

swfcombine.exe

//合并兩個swf文件,應該說是把一個由pdf2swf生成的swf文件插入到一個swf模板中,比如添加導航條等功能

wav2swf.exe

//把聲音文件轉成swf,需要lame的mp3 encoder 類支持

swfstrings.exe

//掃描swf文件,并導出text文本,swf2text,用于抽取swf中的文字,這樣swf也可以支持文字查找了。

swfbbox.exe

//這個也許應該理解為顯示和調整swf尺寸的,有些pdf文件轉成swf后會出現(xiàn)顯示不完整的現(xiàn)象,那就要用到這個了

具體的功能就顧名思義了。

其中把pdf轉成swf的工具就是pdf2swf了。在命令行中運行pdf2swf src.pdf des.swf一般能滿足需求。而命令行參數(shù)可以通過pdf2swf -f得到:

-h , –help Print short help message and exit 打印幫助信息

-V , –version Print version info and exit 打印版本號

-o , –output file.swf Direct output to file.swf. If file.swf contains ‘13568621′ (file13568630.swf), then each page指定輸出的swf文件名

-p , –pages range Convert only pages in range with range e.g. 1-20

or 1,4,6,9-11 or

指定轉換的頁面范圍,使用的頁碼描述方法與打印機打印文件時候的選頁一樣

-P , –password password Use password for deciphering the pdf.指定打開pdf的密碼

-v , –verbose Be verbose. Use more than one -v for greater effect.轉換時輸出詳細的內容

-z , –zlib Use Flash 6 (MX) zlib compression.使用Flash 6的zlib壓縮機制

-i , –ignore Allows pdf2swf to change the draw order of the pdf. This may make the generated允許程序修改pdf的繪制順序,可能會導致結果與原來有差異

-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。

-s , –set param=value Set a SWF encoder specific parameter. See pdf2swf -s help for more information. 設置SWF轉碼時候的參數(shù),具體參數(shù)可以用pdf2swf -s help獲取

-w , –samewindow When converting pdf hyperlinks, don’t make the links open a new window. 設置轉換后的swf打開原pdf中的連接時使用相同的窗口

-t , –stop Insert a stop() command in each page. 在每頁結尾添加一個stop()命令

-T , –flashversion num Set Flash Version in the SWF header to num. 設置SWF所使用的flash版本號

-F , –fontdir directory Add directory to the font search path. 指定字體文件所在路徑

-b , –defaultviewer Link a standard viewer to the swf file. 指定默認的swf導航文件,用來翻頁、放大縮小等等

-l , –defaultloader Link a standard preloader to the swf file which will be displayed while the main swf is loading. 指定默認的swf加載文件,用來顯示加載進程效果

-B , –viewer filename Link viewer filename to the swf file. 指定swf導航文件,作用同-b

-L , –preloader filename Link preloader filename to the swf file. 指定swf加載文件,作用同-l

-q , –quiet Suppress normal messages. Use -qq to suppress warnings, also. 不打印普通信息,用-qq就不打印警告信息。

-S , –shapes Don’t use SWF Fonts, but store everything as shape. 不使用字體,所有都轉為形狀。

-f , –fonts Store full fonts in SWF. (Don’t reduce to used characters). 在swf中保存全部字體。

-G , –flatten Remove as many clip layers from file as possible. 在文件中盡量去除影片層,合并它們

-I , –info Don’t do actual conversion, just display a list of all pages in the PDF. 不做實際轉換,僅顯示PDF的信息。

-Q , –maxtime n Abort conversion after n seconds. Only available on Unix. 如果運行時間超時則退出。

然后看看-s都可以設置些什么:

PDF Parameters:

PDF device global parameters:

fontdir= a directory with additional fonts 指定字體目錄, 與1級參數(shù)的-F相若

font= an additional font filename 增加額外的字體文件

pages= the range of pages to convert (example: pages=1-100,210-) 指定頁面范圍,與1級參數(shù)的-p相若

zoom= the resolution (default: 72) 指定分辨率,默認為72dpi

languagedir= Add an xpdf language directory 增加一個xpdf的語言目錄,對非西歐字符有用

multiply= Render everything at the resolution 在幾倍分辨率下渲染

poly2bitmap Convert graphics to bitmaps 把其中的圖形轉成點陣

bitmap Convert everything to bitmaps 把所有內容轉成點陣(包括字體)

SWF Parameters:

SWF layer options:

jpegsubpixels= resolution adjustment for jpeg images (same as jpegdpi, but in pixels) jpeg圖片的分辨率

ppmsubpixels= resolution adjustment for lossless images (same asppmdpi, but in pixels) 無損圖片的分辨率

subpixels= shortcut for setting both jpegsubpixels and ppmsubpixels 快速設置上兩個參數(shù)

drawonlyshapes convert everything to shapes (currently broken) 所有都轉成圖形

ignoredraworder allow to perform a few optimizations for creating smaller SWFs 允許執(zhí)行一些小優(yōu)化

linksopennewwindow make links open a new browser window 鏈接打開新窗口

linktarget target window name of new links 新鏈接窗口的名稱

linkcolor=<COLOR) color of links (format: RRGGBBAA) 鏈接的顏色 < p>

linknameurl Link buttons will be named like the URL they refer to (handy for iterating through links with actionscript) 鏈接名稱與鏈接URL一致

storeallcharacters don’t reduce the fonts to used characters in the output file 保存所有的字符字體

enablezlib switch on zlib compression (also done if flashversion>=7) 使用zlib壓縮

bboxvars store the bounding box of the SWF file in actionscript variables 在as中保存swf的區(qū)域大小

dots Take care to handle dots correctly 保存單點顯示

reordertags=0/1 (default: 1) perform some tag optimizations 執(zhí)行某些tag優(yōu)化

internallinkfunction= when the user clicks a internal link (to a different page) in the converted file, this actionscript function is called 內部鏈接函數(shù),如果點擊一個內部鏈接,將調用該actionscript函數(shù)

externallinkfunction= when the user clicks an external link (e.g. http://www.foo.bar/) on the converted file, this actionscript function is called 外部鏈接函數(shù),如果點擊一個外部鏈接,將調用該actionscript函數(shù)

disable_polygon_conversion never convert strokes to polygons (will remove capstyles and joint styles) 不要將筆畫轉成多邊形

caplinewidth= the minimum thichness a line needs to have so that capstyles become visible (and are converted) 線條最低轉換寬度,比這個細的線條將不轉換

insertstop put an ActionScript “STOP” tag in every frame 在swf的每個楨中添加stop()函數(shù)

protect add a “protect” tag to the file, to prevent loadingin the Flash editor 增加protect標簽,禁止在flash中加載該swf

flashversion= the SWF fileversion (6) 設置最低swf版本

framerate= SWF framerate 設置楨率

minlinewidth= convert horizontal/vertical boxes smaller than thiswidth to lines (0.05)將寬度少于某值的矩形轉成線條

simpleviewer Add next/previous buttons to the SWF 使用簡單的導航

animate insert a showframe tag after each placeobject (animate draw order of PDF files) ???

jpegquality= set compression quality of jpeg images 設置jpeg的壓縮質量

splinequality= Set the quality of spline convertion to value (0-100, default: 100). 設置樣條曲線的轉換質量

disablelinks Disable links. 禁止鏈接

在含中文的pdf轉換時會遇到一些麻煩,具體的解決方法:(javaeye上的文字)

1. 下載swftools:http://www.swftools.org/download.html

下載xpdf xpdf-chinese-simplified

下載兩個中文字體文件 字體文件

2 .安裝swftools 至任意路徑

解壓縮xpdf 至任意路徑

解壓縮中文字體至xdpf\chinese-simplified\Cmap文件夾下

3. 修改xpdf下xpdfrc文件 將cidToUnicode 等路徑改為本機路徑,

修改xpdf下chinese-simplified\add-to-xpdfrc文件 同上

4. 打開命令行窗口: pdf2swf -o 輸出文件路徑 -t 輸入文件路徑 -s languagedir=xpdf路徑\chinese-simplified

有些pdf中的圖形轉換效果不好,會產生過多shape,這種情況下可以使用 -s poly2bitmap 的參數(shù),將圖形轉成點陣。生成的swf尺寸少了。

熱門評論
最新評論
發(fā)表評論 查看所有評論(1)
昵稱:
表情: 高興 可 汗 我不要 害羞 好 下下下 送花 屎 親親
字數(shù): 0/500 (您的評論需要經過審核才能顯示)
主站蜘蛛池模板: 北京卫视节目单全天| 小林凉子| 捷克女人性ⅹxxxx视频| 俗世乐土| 小矮人在线观看完整版| 妈妈的脊背简谱| 男女打扑克视频网站| 单位同意报考证明| 张柏芝演的电视剧| 追捕演员表名单| abo血型鉴定实验报告| 啄木鸟丝袜| 六年级上册数学解方程| 美女xxx69爽爽免费观妞| 浙江卫视回放观看入口| 美女mm| 歌手蔡国庆个人简历| 女生宿舍在线观看| 夫妻的情妇| 寒形近字| 赤月| 巨乳姐妹| 威尼斯的资料| 蓝家宝电影| 高清图库| 澳门风云2演员表| 清纯女被强行开了处视频| 德爱白金奶粉| 无内秘书| 藏文作文| 四年级下册语文第15课课堂笔记| 松岛菜菜子| 变形金刚1免费完整版在线观看| 鹿单东演过的短剧| 单色美甲图片| 李采禫的电影| 格子论文| 单色美甲图片| 八月照相馆| 封神第一部| 金旭|