Get XMP Metadata of PDF File

Contents
[ ]

In order to get XMP metadata from a PDF file, you need to create PdfXmpMetadata object and bind the PDF file using BindPdf method. You can pass specific XMP metadata properties to the PdfXmpMetadata object to get their values. The following code snippet shows you how to get XMP metadata from a PDF file.