get

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

Retrieves a single metadata value from PDF.

Return

a PdfValue instance representing a value or null.

Parameters

key

Metadata key, must not be null.