setFormFieldNameMappings

open fun setFormFieldNameMappings(@NonNull formFieldNameMappings: Map<String, String>): PdfProcessorTask

Renames form fields as described in a mapping.

NOTE: This requires the Document Editor component license to use.

Return

Processor task describing the page processing progress.

Parameters

formFieldNameMappings

Map of old name - new name pairs for this document.