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.