LordLanky Posted August 27, 2009 Share Posted August 27, 2009 Hi All, Does anyone have any experience, pointers or solutions on how someone can upload a word, rtf, doc, docx etc (anything word processor-y) via a form and then have php convert it into text? I have a tried a few things as well as a couple of open source doc to html converters - but nothing seems to do that good a job. Basically, i want any document that was made on a word processor to be converted into the following format: <p>Some text</p> <p>Some more text</p> etc.... This makes it easier for me to manage and archive. Many thanks! and this forum really is great! Link to comment https://forums.phpfreaks.com/topic/172096-extracting-or-converting-ms-word-docs-to-html-or-php-strings/ Share on other sites More sharing options...
ignace Posted August 27, 2009 Share Posted August 27, 2009 http://us3.php.net/manual/en/book.com.php Link to comment https://forums.phpfreaks.com/topic/172096-extracting-or-converting-ms-word-docs-to-html-or-php-strings/#findComment-907378 Share on other sites More sharing options...
LordLanky Posted August 27, 2009 Author Share Posted August 27, 2009 Thanks ignace, unfortunately it's a UNIX system so i cant use COM. Link to comment https://forums.phpfreaks.com/topic/172096-extracting-or-converting-ms-word-docs-to-html-or-php-strings/#findComment-907400 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.