Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
In order to set XMP metadata in a PDF file, you need to create PdfXmpMetadata object and bind the PDF file using BindPdf method. You can use Add method of the PdfXmpMetadata class to add different properties. Finally, call the Save method of the PdfXmpMetadata class. The following code snippet shows you how to add XMP metadata in a PDF file.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.