get

abstract fun get(@NonNull key: String, @NonNull xmlNamespace: String): PdfValue

Retrieves a single metadata value from the XMP metadata entries included in the PDF file.

Return

a PdfValue instance representing a value or null. In most cases this will be a string, but nested arrays are also possible.

Parameters

key

Metadata key, must not be null.

xmlNamespace

XML namespace the key belongs to.