views:

353

answers:

1

How can I read XMP from an existing PDF file using iTextSharp?

A: 

I'd encourage you to check out the iTextSharp.text.xml.xmp namespace.

I've never done what you're trying to do but the XmpReader class looks promising.

Jay Riggs