Convert .pdf, .doc, .rtf, .htm, .pdb to .txt

D

Dave

Greetings,

Is anybody aware of any source code that will export and convert pdf, doc,
rtf, htm, or .pdb to a plain text file? Thanks,

-Dave
 
J

John Timney \(ASP.NET MVP\)

.....as a suggestion, Adobe have a tool that converts PDF to something else,
and all those formats you suggest can probably be converted to PDF. So you
only need to turn them all to PDF to then get them out as text.

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director
 
D

Dave

John,

What is the Adobe tool that you are referring to called? It can be called
from code? Thanks,

-Dave
 
J

John Timney \(ASP.NET MVP\)

Dont know its name, just know it exists. Have a fish about on the adobe
site.

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director
 
G

Guest

the richtextbox control in dotnet has a load method and a text property. you can load an rtf file then use the text property to get the text only.

Greetings,

Is anybody aware of any source code that will export and convert pdf, doc,
rtf, htm, or .pdb to a plain text file? Thanks,

-Dave

User submitted from AEWNET (http://www.aewnet.com/)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top