2

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!

Community
  • 1
  • 1
zxi
  • 195
  • 4
  • 17
  • have you searched stackoverflow? I found these duplicates: http://stackoverflow.com/q/8252220/79455 and http://stackoverflow.com/q/5671988/79455 – rve Feb 09 '12 at 08:51

1 Answers1

4

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

Community
  • 1
  • 1
Pulkit Goyal
  • 5,604
  • 1
  • 32
  • 50