|
This class represents the FDF dictionary. This is definitively
detailed in:.
The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 243,
page 459.
The ISO PDF
Specification, ISO 32000-2:2017 PDF 2.0; Table: 246, page 556.
System.Object
WebSupergoo.ABCpdf14.Elements.Element
WebSupergoo.ABCpdf14.Elements.FDFElement
An FDF (Forms Data Format) dictionary is the root of an FDF
file, a compact format for exchanging form data between a PDF form
and a server or other application.
The F entry references the target PDF document. The ID entry
holds the file identifier for verification. The Fields array
carries the field data as FDF field dictionaries mirroring the
target AcroForm field tree.
The JavaScript entry references an FDF JavaScript dictionary
whose scripts execute at various points during import. The Annots
and EmbeddedFDFs entries carry annotation data and nested FDF
files.
|