Read a PDF file

  • Thread starter Thread starter Kevin
  • Start date Start date
K

Kevin

I need a solution for reading a PDF-file without using 3rd-party components.
Anybody knows how can I do that?

Thanks
 
Here's an article I read about this a while back:
http://www.codeproject.com/csharp/MgPDFReader.asp

I've never tried to read a PDF through a text editor, but it seems like
it wouldn't be too bad to make sense of the data contained there.
Also, if cost is the issue, I know there are a few good open source PDF
libraries for C#. Good luck,

Cody Powell
 

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