1、安裝OpenOffice 4:下載路徑:http://www.openoffice.org/download/index.html
2、用以下命令啟動OpenOffice服務
cd D:\Program Files (x86)\OpenOffice 4\program
soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard
linux下:
cd /opt/openoffice4/program
./soffice "-accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager" -nologo -headless -nofirststartwizard &
3、SWFTools 下載地址http://www.swftools.org/download.html
資料轉自網絡