Page 1 of 1
How to load a word doc into browser using PHP? [NEED HELP]
Posted: Tue May 08, 2007 8:46 am
by vip2k
Hi PHP Gurus,
I'm trying write a program that can load a word doc (may have pictures) into browser without destroying the format. With that done, is it possible to make each paragraph into a modular or some sort where you can click on it and add comment to it etc...
sample code appreciated.
Thank a lot.
Posted: Tue May 08, 2007 8:51 am
by Grim...
Posted: Tue May 08, 2007 9:33 am
by vip2k
is there a way that can do it without relying on third party tools?
Posted: Tue May 08, 2007 6:25 pm
by Begby
There is no easy way to display a word formatted file with PHP let alone make it so people can edit it online then save it to word format. If this really needs to be done you are better off trying to solve the problem with ASP.NET and even then it might be difficult.
Re:
Posted: Thu Oct 22, 2015 1:35 am
by Shellyyin
Begby wrote:There is no easy way to display a word formatted file with PHP let alone make it so people can edit it online then save it to word format. If this really needs to be done you are better off trying to solve the problem with ASP.NET and even then it might be difficult.
Nope, there is a software can help display a word formatted file with PHP and people can edit it online directly and save it. Try to use Aceoffix. It specializes in edit and save MS Office document online and can generate formatted files online.