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,
Edit word document in php
Moderator: General Moderators
-
realdrouin
- Forum Newbie
- Posts: 5
- Joined: Mon Feb 15, 2010 11:36 am
Re: Edit word document in php
Did you find a solution ? I'm having he same problem
Re: Edit word document in php
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.