[]
DsPdfJS API / ActionSubmitFormProperties
ActionSubmitFormProperties =
object
Represents an action that causes a script to be compiled and executed by the JavaScript interpreter.
optionalcanonicalDateFormat:boolean
Indicates whether any submitted field values representing dates are converted to the standard format described in PDF specification.
optionalexcludeSpecifiedFields:boolean
Indicates whether the fields specified by the 'fields' list should be excluded for processing. By default this property is "false", which means that the fields in the list are processed. If this property is set to "true", the fields in the list are excluded from processing.
optionalfdfFormat:FDFFormatFlags
The additional flags used if submitFormat is SubmitFormatType#FDF.
optionalhtmlFormFormat:HtmlFormFormatFlags
The additional flags used if submitFormat is SubmitFormatType#HtmlForm.
optionalincludeFieldsWithNoValue:boolean
Indicates whether the fields without a value should be included in request.
optionalpdfFormat:PDFFormatFlags
The additional flags used if submitFormat is SubmitFormatType#PDF.
optionalsubmitFormat:SubmitFormatType
The format which should be used in request.
uri:
FileSpecificationProperties|string|FileSpecification
The value defining URL of the script at the Web server that will process the submission.