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(const System::ArrayPtr<System::String> &fieldNames, const System::ArrayPtr<System::String> &fieldValues, System::SharedPtr<System::IO::Stream> &output)
ParameterTypeDescription
fieldNamesconst System::ArrayPtr<System::String>&Names of fields.
fieldValuesconst System::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