Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FormFiller ¶
type FormFiller interface {
// FillForm fills the src PDF form fields with JSON formatted data and
// writes the resulting filled PDF to dest.
FillForm(src io.ReadSeeker, data io.Reader, dest io.Writer) error
}
FormFiller defines the interface for filling PDF forms.
type PDFCPU ¶
type PDFCPU struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.