fdf

package
v0.0.0-...-fb73569 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

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 Load

func Load(r io.ReadSeeker) (*Data, error)

Load loads FDF form data from `r`.

func LoadFromPath

func LoadFromPath(fdfPath string) (*Data, error)

LoadFromPath loads FDF form data from file path `fdfPath`.

func (*Data) FieldDictionaries

func (fdf *Data) FieldDictionaries() (map[string]*core.PdfObjectDictionary, error)

FieldDictionaries returns a map of field names to field dictionaries.

func (*Data) FieldValues

func (fdf *Data) FieldValues() (map[string]core.PdfObject, error)

FieldValues implements interface model.FieldValueProvider. Returns a map of field names to values (PdfObjects).

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL