摘要: using System;using System.Collections.Generic;using System.Text;using System.Collections;namespace AppUtility{ /// <summary> /// 获得汉字的拼音 /// </summary> static public class PinyinHelper { static private Hashtable _pinyinHash; #region static stor. static PinyinHelper() { _pinyinHash = new 阅读全文
posted @ 2011-11-07 10:20 94cool 阅读(246) 评论(0) 推荐(0)
摘要: FlexPaper是一个开源轻量级的在浏览器上显示各种文档的组件,被设计用来与PDF2SWF一起使用, 使在Flex中显示PDF成为可能,而这个过程并无需PDF软件环境的支持。它可以被当做Flex的库来使用.另外你也可以通过将一些例如Word、PPT等文档转成PDF,然后实现在线浏览。一. 使用PDF2SWF准备好你的文档首先要将PDF转成SWF,这步可以使用开源的SwfTools自动完成1.下载安装 SwfTools,当前最新版本是0.92. 转换PDF到SWF,可以通过命令行的方式,例如将Paper3.pdf转换成Paper3.swfC:\SWFTools\pdf2swf Paper3.p 阅读全文
posted @ 2011-11-07 10:18 94cool 阅读(900) 评论(0) 推荐(0)
摘要: from:http://hi.baidu.com/%D6%DC%B3%AC%D2%DA/blog/item/9d842027d0bb751b8a82a1e7.html官方地址:http://www.swftools.org/download.html下载swftools-2010-02-06-1900.exeswftools-2010-02-06-1900.rar命令行参数可以通过pdf2swf -f得到: * -h , –help Print short help message and exit 打印帮助信息 * -V , –version Print version info and e 阅读全文
posted @ 2011-11-07 10:18 94cool 阅读(9161) 评论(0) 推荐(0)