Documentation
¶
Overview ¶
Package formfill provides support for filling forms found in PDF files (aka AcroForm), reading forms input either form an FDF file or directly from memory.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FDFChoices ¶ added in v0.0.4
type FDFChoices []string
FDFChoices is the value of field with type `Ch`
type FDFDict ¶
type FDFDict struct {
Fields []FDFField
}
FDFDict is the FDF entry of an FDF file catalog.
Click to show internal directories.
Click to hide internal directories.