I’m looking for help in dumping word document ( *.doc) to Text? I am using Delphi 2010.
If the solution is a component or library, it should be a free or opensource component or code library.
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.
you don’t need a third party component. check these samples
Using the
Rangefunction wich comes with aTextpropertyor using the clipboard, you must select all the doc content, copy to the clipboard and retrieve the data using
Clipboard.AsText