Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can anyone recommend a good PDF reading library for .Net? [closed]

Tags:

pdf

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.

like image 985
Deane Avatar asked Mar 17 '09 22:03

Deane


1 Answers

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

like image 190
BC. Avatar answered Sep 28 '22 05:09

BC.