vote up 3 vote down star
2

Can anyone recommend a good component for reading PDFs from .Net? Specifically, I want to read all the metadata of the document, including all the document properties (title, author, etc.). I really don't need to read the actual content of the document.

Commercial products are fine.

I read about PDFBox (for Java), but that seems painful. I've also been to this page, but nothing great jumped out at me.

flag

55% accept rate

4 Answers

vote up 0 vote down

You could look at CoherentPDF.

link|flag
vote up 3 vote down

What about iTextSharp? As far as I know its the definitive pdf library.

link|flag
It's pretty good at writing them, but last time I checked not so much at reading. – Joel Coehoorn Mar 17 at 23:28
vote up 0 vote down

Have you looked at ABC.pdf? It definitely does was you want, reading pdf document properties - see here

link|flag
vote up 0 vote down

For .Net there is the PDF Lib (current version 1.3). It looks fine (but i've not tested it yet).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.