DynaPDF Manual - Page 313

Previous Page 312   Index   Next Page 314

Function Reference
Page 313 of 839
Flag
Description
sfInclAnnots
(PDF 1.4) Meaningful only when the form is being submitted in Forms
Data Format (that is, when both the sfXML and sfHTML flags are
clear). If set, the submitted FDF file includes all annotations in the
underlying PDF document; if clear, the annotations are not included.
sfPDF
(PDF 1.4) If set, the document is submitted in PDF format, using the
MIME content type application/pdf (described in Internet RFC 2045,
Multipurpose Internet Mail Extensions (MIME), Part One: Format of
Internet Message Bodies). If this flag is set, all other flags are ignored
except sfGetMethod. This flag is not supported by Adobe's Acrobat
Reader.
sfCanonicalFormat
(PDF 1.4) If set, any submitted field values representing dates are
converted to a standard format (see next page). The interpretation of a
form field as a date is not specified explicitly in the field itself, but
only in the JavaScript code that processes it.
sfExlNonUserAnnots
(PDF 1.4) Meaningful only when the form is being submitted in Forms
Data Format (that is, when both the sfXML and sfHTML flags are
clear) and the sfInclAnnots flag is set. If set, will include only those
annotations whose title matches the name of the current user, as
determined by the remote server to which the form is being
submitted. The title, which specifies the text label to be displayed in
the title bar of the annotation’s pop-up window, is assumed to
represent the name of the user authoring the annotation. This allows
multiple users to collaborate in annotating a single remote PDF
document without affecting one another’s annotations.
sfExlFKey
(PDF 1.4) Meaningful only when the form is being submitted in Forms
Data Format (that is, when both the sfXML and sfHTML flags are
clear). If set, the submitted FDF will exclude the "F" entry (the PDF
document file that this FDF file was exported from).
 

Previous topic: CreateStructureTreeEx, CreateSubmitAction

Next topic: The standard date format