How to display office documents in PHP?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ahirmayur
    New Member
    • Jan 2011
    • 2

    How to display office documents in PHP?

    I am developing an application where I needed to display various documents like PDF, MS Excel, MS Word, PPT etc using php how to do it?
  • code green
    Recognized Expert Top Contributor
    • Mar 2007
    • 1726

    #2
    Do you mean open them, and display in a browser?
    It is not usually done this way.
    Normally a link which gives a user the option of downloading or opening the file is how it is handled.

    Comment

    • ahirmayur
      New Member
      • Jan 2011
      • 2

      #3
      I dont want users to download them. Just display the content.

      Comment

      • code green
        Recognized Expert Top Contributor
        • Mar 2007
        • 1726

        #4
        The content will be gibberish in a browser.
        For an example, open them in a simple text editor such as notepad.

        Comment

        • code green
          Recognized Expert Top Contributor
          • Mar 2007
          • 1726

          #5
          For MS documents it is possible using COM and appropiate headers and CSS.
          But I don't know how well they work

          Comment

          Working...