
7 May
2012
7 May
'12
11:36 p.m.
Peter Ross <Peter.Ross@bogen.in-berlin.de> wrote:
I am writing a PHP Web application and look for a way to convert and show documents (esp. Word and Excel, old and new format)
If you can run shell commands from your application, try unoconv, e.g., unoconv -f html document-filenames It requires LibreOffice and, as I remember, you can't have multiple instances running simultaneously. (I suppose you could rework it a little to run multiple LibreOffice instances on different ports if necessary). It's a Python script.