How to read PDF files into C# app?

  • Thread starter Thread starter Rukmal Fernando
  • Start date Start date
R

Rukmal Fernando

Hi,

I'm working on a tool to do text indexing on documents and want to include
support to index PDF files as well.
Does anyone know any tool or method of extracting the text from PDF files
into a .NET app?

Thanks,

Rukmal.
 
Hi.

There is a tool in the net pdf2txt.
You can use that if you like but unfortunately I don´t remember the address!

On the other hand it is perhaps wiser to use the IFilter from the Indexing Service.
Look in the msdn for more information. Or just use google.
(IFilter, LoadIFilter, ...)

The pdf filter can be found here: http://www.adobe.com/support/salesdocs/fa82.htm

Greetings,
timtos.
 

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

Back
Top