epezhman Posted December 23, 2010 Share Posted December 23, 2010 I'm trying to process MS words doc in PHP. I found some samples which use COM applications for this but not working properly (I get only exceptions and no result) and I taught it's the version of word on my localhost or my OS so I tried them on with different windows OS and MS word. but same result, since it would be harder to make it work on remote server (the remote server needs to have MS word installed on) so I'm looking for different approach, what you think?? is there nay good one rather than COM applications? have you ever tried? is it possible to write code with other like ASP or java and combine it with PHP? every little piece of advice would be appropriated, thanks Link to comment https://forums.phpfreaks.com/topic/222480-whats-the-best-approach-for-reading-and-writing-ms-word-doc/ Share on other sites More sharing options...
johnny86 Posted December 23, 2010 Share Posted December 23, 2010 PHPDocx seems to be great tool for creating doc files. It has a lousy documentation so it will take time to get familiar with it. You can download the free version of from their homepage http://www.phpdocx.com/download Link to comment https://forums.phpfreaks.com/topic/222480-whats-the-best-approach-for-reading-and-writing-ms-word-doc/#findComment-1150708 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.