On Wed, 31 Oct 2012, Jebarlin Robertson wrote:
I Just want to retrieve only the text part from the 2003 documents (Word,
Excel and PowerPoint). There are some TextExtarctor APIs, I can use that.
But I do not want the whole source code (Whole parser) to use in my
project. Can I get only that particular code to retrieve the text part from
the document.

Sadly not - the text extraction builds on top of the rest of the code of the project. You can only extract the text once you have processed the file, and that needs the bulk of the library

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to