package
1.4.2
Repository: https://github.com/phpdave11/gofpdf.git
Documentation: pkg.go.dev

# Functions

GetPageSizes returns page dimensions for all pages of the imported pdf.
ImportPage imports a page of a PDF file with the specified box (/MediaBox, /TrimBox, /ArtBox, /CropBox, or /BleedBox).
ImportPageFromStream imports a page of a PDF with the specified box (/MediaBox, TrimBox, /ArtBox, /CropBox, or /BleedBox).
NewImporter creates a new Importer wrapping functionality from the gofpdi library.
UseImportedTemplate draws the template onto the page at x,y.

# Structs

Importer wraps an Importer from the gofpdi library.