set

abstract fun set(@NonNull key: String, @Nullable value: PdfValue)

Sets a single value in the PDF.

Parameters

key

Metadata key, must not be null.

value

New value or null to remove the value.