Documentation
¶
Index ¶
- func EncodeUTF16(s string, addBom bool) []byte
- func Fill(form Form, formPDFFile, destPDFFile, checkedString, uncheckedString string, ...) error
- func FillPDFToBytes(form Form, formAbsolutePath, tmpDir, checkedString, uncheckedString string) ([]byte, error)
- func GetID(prefix string) (string, error)
- func Merge(files ...string) (io.Reader, error)
- func Multistamp(stampontoPDFFile, stampPDFFile string) (io.Reader, error)
- type Form
- type FormJson
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EncodeUTF16 ¶
Taken from https://gist.github.com/ik5/65de721ca495fa1bf451 EncodeUTF16 get a utf8 string and translate it into a slice of bytes of ucs2
func Fill ¶
func Fill(form Form, formPDFFile, destPDFFile, checkedString, uncheckedString string, overwrite bool) error
Fill a PDF form with the specified form values and create a final filled PDF file. One variadic boolean specifies, whenever to overwrite the destination file if it exists. Checkboxes specify one string for checked (checkedString) and one string for unchecked (uncheckedString). The specification can be done on each individual checkbox, but lets assume that all checkboxes in the same document will use the same strings.
func FillPDFToBytes ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.