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! Quote 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 Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.