Documentation ¶
Overview ¶
Package fdf provides support for loading form field data from Form Field Data (FDF) files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct {
// contains filtered or unexported fields
}
Data represents forms data format (FDF) file data.
func LoadFromPath ¶
LoadFromPath loads FDF form data from file path `fdfPath`.
func (*Data) FieldDictionaries ¶
func (fdf *Data) FieldDictionaries() (map[string]*_f.PdfObjectDictionary, error)
FieldDictionaries returns a map of field names to field dictionaries.
Click to show internal directories.
Click to hide internal directories.