0

Possible Duplicate:
Create Word Document using PHP in Linux

I am trying to open Word files and edit them on linux based operating system.
is there any PHP API that enables me to open and edit word file? I want to read and edit these files and view the images and the text formating.

Community
  • 1
  • 1
Evan Lévesque
  • 3,115
  • 7
  • 40
  • 61

1 Answers1

0

We used COM objects to open up MATLAB using PHP on a Windows machine. We were able to control it pretty decently, pass scripts and such. You might want to take a look at that.

Vish
  • 2,144
  • 5
  • 25
  • 48