Versions in this module Expand all Collapse all v1 v1.20.0 Sep 5, 2024 Changes in this version + func Barcode(pdf barcodePdf, code string, x, y, w, h float64, flow bool) + func BarcodeUnscalable(pdf barcodePdf, code string, x, y float64, w, h *float64, flow bool) + func GetUnscaledBarcodeDimensions(pdf barcodePdf, code string) (w, h float64) + func Register(bcode barcode.Barcode) string + func RegisterAztec(pdf barcodePdf, code string, minECCPercent int, userSpecifiedLayers int) string + func RegisterCodabar(pdf barcodePdf, code string) string + func RegisterCode128(pdf barcodePdf, code string) string + func RegisterCode39(pdf barcodePdf, code string, includeChecksum, fullASCIIMode bool) string + func RegisterDataMatrix(pdf barcodePdf, code string) string + func RegisterEAN(pdf barcodePdf, code string) string + func RegisterPdf417(pdf barcodePdf, code string, columns int, securityLevel int) string + func RegisterQR(pdf barcodePdf, code string, ecl qr.ErrorCorrectionLevel, mode qr.Encoding) string + func RegisterTwoOfFive(pdf barcodePdf, code string, interleaved bool) string