views:

165

answers:

3
Q: 

PDF Reader

I want to read PDF files from my .net application. Are there any free libraries available to do this?

A: 

You could take a look at PDFSharp: http://www.pdfsharp.com/PDFsharp/

rpkelly
+2  A: 

If you are looking for free PDF Read/Write .Net library, then you can visit
http ://itextsharp.sourceforge.net/

Green Techy
A: 

PDFBox is open source and supports advanced text extraction. It also supports lucene search so it's ideal for creating a lucene index.

aleemb
I guess it requires java runtime.
Hemanshu Bhojak
From that link: "Even though PDFBox is written in Java, there is also a .NET version that is available."
aleemb