duan7664 2013-02-21 07:13
浏览 627
已采纳

PHP将Word文件转换为HTML而不会丢失样式和图像[关闭]

Is there an API for converting word files to HTML without losing the format?

Can the google documents API be used for this?

I tried saaspose but the returning result is always a server error.

Solutions that did not work for me:

  • 写回答

4条回答 默认 最新

  • douqiaolong0528 2013-11-01 02:20
    关注

    I've spent a bit of time loking into this, and the best solution that I've found was to install unoconv on the server, and using PHP to interface with it through system calls.

    I would have loved to find a good native PHP solution for this, but unfortunately I couldn't.

    Edit Since originally answering this, I've come across a web service which presents an API for converting documents. I haven't tested it very thoroughly but it does seem to produce decent results at converting Word to HTML: CloudConvert.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(3条)

报告相同问题?