DataRater Posted February 22, 2010 Share Posted February 22, 2010 How do I create a Word document using PHP5 on UNIX. Any tips will be much appreciated. Stephen Link to comment https://forums.phpfreaks.com/topic/192949-create-a-worddoc-on-unix-in-php5/ Share on other sites More sharing options...
jl5501 Posted February 22, 2010 Share Posted February 22, 2010 You cant (easily) create a propierty word document with php. What I have done in the past, is to save an html file with the extension .doc, and relied o Word's capability to read HTML. This approach has worked successfully for me. Link to comment https://forums.phpfreaks.com/topic/192949-create-a-worddoc-on-unix-in-php5/#findComment-1016163 Share on other sites More sharing options...
DataRater Posted February 22, 2010 Author Share Posted February 22, 2010 What an excellent idea. Thanks. Stephen Link to comment https://forums.phpfreaks.com/topic/192949-create-a-worddoc-on-unix-in-php5/#findComment-1016180 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.