/
SetPdfFormFieldValue

SetPdfFormFieldValue

Declaration

Delphi

function SetPdfFormFieldValue(const FieldName: WideString; const Value: WideString): WordBool;

ActiveX

HRESULT _stdcall SetPdfFormFieldValue([in] BSTR FieldName, [in] BSTR Value, [out, retval] VARIANT_BOOL* result);

Description

This function sets the value of a PDF document form field. The field name and its current value can be obtained from the XML returned by calling GetPdfFormFieldsXml

Parameters

ParameterDescription
FieldNameName of the field to set the value in
ValueString value to be set

Related content

GetPdfFormFieldsXml
GetPdfFormFieldsXml
More like this
Input-XML - 3.Filling PDF form fields
Input-XML - 3.Filling PDF form fields
More like this
GetSigFields
GetSigFields
More like this
FFF file structure
FFF file structure
More like this
AddSignatureField
AddSignatureField
More like this
SetGSValueLong
SetGSValueLong
More like this