从PHP中的.rtf到.doc(或docx)

时间:2014-08-11 11:46:31

标签: php ms-word rtf docx doc

我正在尝试将.rtf文件转换为PHP中的.doc或.docx文件。但我想知道这在PHP中是否可行。 有人知道这是否可能吗?

2 个答案:

答案 0 :(得分:1)

您可以使用OpenOffice或LibreOffice从命令行执行此操作:

soffice --headless --convert-to <TargetFileExtension>:<NameOfFilter> file_to_convert.xxx

或使用可以在PHP中使用的C ++库,称为PUNO: http://www.wstech2.net/index.php?do=0a,01,05

答案 1 :(得分:0)

搜索PHP Word库:

http://phpword.codeplex.com/

PHPWord是一个很好的起点,与开发PHPExcel的人一样。