There are a lot of iTextSharp
examples out there showing how to append metadata like "Title", "Author", "Keywords" to an existing PDF using PdfStamper.MoreInfo
dictionary (like this), and I've successfully managed to do this.
But is there a way to set properties that Adobe Reader calls "Additional Metadata" that are visible when you click "Document Properties" -> "Additional metadata"? These properties include "Description", "Author title", "Copyright status", "Copyright notice" and some more. Are there some dictionary keys in PdfStamper.MoreInfo
that represent these properties?