Tagged Questions

2
votes
2answers
5k views

Read/Modify PDF Metadata using iTextSharp

I am trying to use iTextSharp to read/modify PDF metadata. I figured out how to do it using pdfreader and pdfstamper. I was wondering if I could also read/modify additional metadata information like ...
0
votes
1answer
704 views

Read XMP from existing PDF with iTextSharp

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