Rank: Newbie Groups: Member
Joined: 10/18/2023 Posts: 5
|
How to add custom metadata to pdf document programmatically in C#.
I can see how to update the existing properties. How to add custom properties with values?
PdfDocument pdfDocument = new PdfDocument(); pdfDocument.Info.Author = "test";
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Unfortunately this is not supported. If you can send a test/sample PDF file to us with the metadata you intend to have, we will look into it and see if we can expose additional interface for you to do so. You can send the sample PDF file to us using contact us page.
|