Versions in this module Expand all Collapse all v1 v1.16.3 Nov 22, 2022 Changes in this version + func GetPageSizes() map[int]map[string]map[string]float64 + func ImportPage(f gofpdiPdf, sourceFile string, pageno int, box string) int + func ImportPageFromStream(f gofpdiPdf, rs *io.ReadSeeker, pageno int, box string) int + func UseImportedTemplate(f gofpdiPdf, tplid int, x float64, y float64, w float64, h float64) + type Importer struct + func NewImporter() *Importer + func (i *Importer) GetPageSizes() map[int]map[string]map[string]float64 + func (i *Importer) ImportPage(f gofpdiPdf, sourceFile string, pageno int, box string) int + func (i *Importer) ImportPageFromStream(f gofpdiPdf, rs *io.ReadSeeker, pageno int, box string) int + func (i *Importer) UseImportedTemplate(f gofpdiPdf, tplid int, x float64, y float64, w float64, h float64)