Aspose::Pdf::Facades::Form::FillFields method

Form::FillFields method

Fills the text box fields with a text values and save the document. Relevant for signed documents. Notice: Only be applied to Text Box. Both the fields’ name and values are case sensitive.

bool Aspose::Pdf::Facades::Form::FillFields(System::ArrayPtr<System::String> fieldNames, System::ArrayPtr<System::String> fieldValues, System::SharedPtr<System::IO::Stream> &output)
ParameterTypeDescription
fieldNamesSystem::ArrayPtr<System::String>Names of fields.
fieldValuesSystem::ArrayPtr<System::String>New values of the fields.
outputSystem::SharedPtr<System::IO::Stream>&Stream where document will be saved.

ReturnValue

true if fields was found and successfully filled.

See Also