在线预览

Java+FlexPaper+swfTools仿文库文档在线阅读

天涯浪子 提交于 2019-12-06 02:31:35
一、文档在线阅读思路 1.用OpenOffice把PPT、Word、Excel、Text转换为pdf 2.用SWFTool将生成的pdf转换成swf,然后利用FlexPlayer实现在线预览播放 二、准备工作 1.安装 OpenOffice ,官网下载地址: http://www.openoffice.org/download/index.html ,最新版为3.4.1,我使用的版本为3.3.0: http://pan.baidu.com/share/link?shareid=1181746637&uk=1913152192#dir/path=%2F%E8%BD%AF%E4%BB%B6%E5%B7%A5%E5%85%B7 2.启动 OpenOffice服务,CMD命令进入OpenOffice安装目录下的 program目录,键入如下命令 soffice "-accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager" -nologo -headless -nofirststartwizard 参考资料: http://blog.csdn.net/hbcui1984/article/details/5109169 3.下载 JODConverter: http://sourceforge.net

linux服务器搭建在线预览环境

ぃ、小莉子 提交于 2019-12-06 02:31:23
linux版本 Centos.x86_64 需要下载的工具包 openoffice 下载地址: https://www.openoffice.org/download/other.html 选择 Linux x86_64 rpm chinese简体中文包 解压并安装 安装openoffice tar zxvf Apache_OpenOffice_4.0.1_Linux_x86-64_install-rpm_zh-CN.tar.gz cd RPEM rpm -Uivh *.rpm --nodeps –force 启动openoffice soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard & openoffice sdk 下载地址: https://www.openoffice.org/download/other.html 页面底部选择x86_64 rpm包 安装openoffice sdk tar zxvf Apache_OpenOffice-SDK_4.0.1_Linux_x86-64_install-rpm_en-US.tar.gz cd RPEM rpm -Uivh *.rpm e. 安装jodconverter 解压jodconverter.2.2.2