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

# Functions

Barcode puts a registered barcode in the current page.
BarcodeUnscalable puts a registered barcode in the current page.
GetUnscaledBarcodeDimensions returns the width and height of the unscaled barcode associated with the given code.
Register registers a barcode but does not put it on the page.
RegisterAztec registers a barcode of type Aztec to the PDF, but not to the page.
RegisterCodabar registers a barcode of type Codabar to the PDF, but not to the page.
RegisterCode128 registers a barcode of type Code128 to the PDF, but not to the page.
RegisterCode39 registers a barcode of type Code39 to the PDF, but not to the page.
RegisterDataMatrix registers a barcode of type DataMatrix to the PDF, but not to the page.
RegisterEAN registers a barcode of type EAN to the PDF, but not to the page.
RegisterPdf417 registers a barcode of type Pdf417 to the PDF, but not to the page.
RegisterQR registers a barcode of type QR to the PDF, but not to the page.
RegisterTwoOfFive registers a barcode of type TwoOfFive to the PDF, but not to the page.