Page 1 of 1
Edit word document in php
Posted: Mon Aug 16, 2010 6:10 am
by slpatil
HI,
I want to edit the uploaded word document using php . Word document will be .doc or .docx.
If anyone know please help me or give me script for that.
Thanks,
Re: Edit word document in php
Posted: Sat Feb 04, 2012 4:22 pm
by realdrouin
Did you find a solution ? I'm having he same problem
Re: Edit word document in php
Posted: Sat Feb 04, 2012 7:20 pm
by califdon
Since Word document format is a proprietary and rather complex format, you will either have to find a library that provides you with an API to do that (I don't know of one, but you might try searching for it) or you would have to write your own functions, which would be difficult even if you could find the details of the format. It's probably not going to be practical to do it, although theoretically it's possible.