Welcome Guest Search | Active Topics | Sign In | Register

Add custom metadata Options
KG
Posted: Wednesday, October 18, 2023 9:40:29 AM
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";
eo_support
Posted: Wednesday, October 18, 2023 1:07:48 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,089
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.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.