internal

package
v0.0.0-...-6c5396b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 1, 2024 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewPdf

func NewPdf(pageSize PDFPageSize, now nowFunc) pdf

Types

type Barcode

type Barcode struct {
	PngData []byte
	Type    string
	Value   string
	// contains filtered or unexported fields
}

func GenerateBarcode

func GenerateBarcode(text string, barcodeType string) (Barcode, error)

func GenerateBarcodes

func GenerateBarcodes(values []string, barcodeType string) ([]Barcode, error)

func (Barcode) Base64

func (b Barcode) Base64() string

type PDFPageSize

type PDFPageSize struct {
	Width  int
	Height int
	Unit   string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL