Open word file using php in linux server

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • arivusudar.nc@gmail.com

    Open word file using php in linux server


    I have to open word document in web page using php coding in linux
    server..

    already i worte in windows supporting php code. but it is not working
    in my linux server so, i need how to open word document in linux
    server without COM class.
  • Toby A Inkster

    #2
    Re: Open word file using php in linux server

    arivusudar.nc@g mail.com wrote:
    already i worte in windows supporting php code. but it is not working in
    my linux server so, i need how to open word document in linux server
    without COM class.
    What do you actually need to be able to do to the file? If you just want
    to display it, then take a look at wvHTML, a command-line Word->HTML tool.

    --
    Toby A Inkster BSc (Hons) ARCS
    [Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
    [OS: Linux 2.6.24.4-1mnbcustom-g5n1, up 43 days, 19:05.]

    Olympics Monkey

    Comment

    • Arivu PHP

      #3
      Re: Open word file using php in linux server

      On Aug 4, 4:10 pm, Toby A Inkster <usenet200...@t obyinkster.co.u k>
      wrote:
      arivusudar...@g mail.com wrote:
      already i worte in windows supporting php code. but it is not working in
      my linux server so, i need how to open word document in linux server
      without COM class.
      >
      What do you actually need to be able to do to the file? If you just want
      to display it, then take a look at wvHTML, a command-line Word->HTML tool..
      >
      --
      Toby A Inkster BSc (Hons) ARCS
      [Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
      [OS: Linux 2.6.24.4-1mnbcustom-g5n1, up 43 days, 19:05.]
      >
                                    Olympics Monkey
               http://tobyinkster.co.uk/blog/2008/0...lympic-monkey/

      Thanks for reply me..

      I have to display my uploaded word file to the web page. my server is
      linux. so i cant read directly Msword file using COM function so i
      need different format for show my word file using PHP support with
      Linux. am trying this code more days but not coming.. can you help me.

      Comment

      Working...