Get XMP Metadata of an existing PDF File - facades

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.