Possible Duplicate:
how to extract plain text from ms word document file in pure c++?
I am developing a c\c++ program to convert .doc file to formatted plain text under Linux.Is there any open source library to accomplish this?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From here.
You could have a look at the open source C library used by Abiword, wv.
You can also call out to a batch convert tool
http://dag.wieers.com/home-made/unoconv/
http://www.wagner.pp.ru/~vitus/software/catdoc/
windows: http://doc2txt.com/. Note I haven’t tried this one.