dtf1111 2012-06-24 03:44
浏览 37

如何为Word和PowerPoint文件制作查看器

I am trying to make a viewer for PPTs and DOCs in PHP. Embeddable viewers is an option but that is not what I am looking for. I want help in finding any libraries which would help me do so. I want the viewer to be able to display the presentation/document on the basis of the link I provide to him.

  • 写回答

1条回答 默认 最新

  • doqpm82240 2012-06-24 03:49
    关注

    hmm PHP is not able to display a PDF file to the browser. You can however pull data from the PDF file and then rebuild it using whatever format you want.

    look at http://php.net/manual/en/book.pdf.php

    评论

报告相同问题?