fdf

package
v3.0.0-...-55e877b Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2023 License: GPL-2.0 Imports: 13 Imported by: 0

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 Load

func Load(r _gd.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]*_f.PdfObjectDictionary, error)

FieldDictionaries returns a map of field names to field dictionaries.

func (*Data) FieldValues

func (fdf *Data) FieldValues() (map[string]_f.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