package twooffive
import "git.sr.ht/~pingoo/stdx/barcode/twooffive"
Package twooffive can create interleaved and standard "2 of 5" barcodes.
Index ¶
- func AddCheckSum(content string) (string, error)
- func Encode(content string, interleaved bool) (barcode.Barcode, error)
Functions ¶
func AddCheckSum ¶
AddCheckSum calculates the correct check-digit and appends it to the given content.
func Encode ¶
Encode creates a codabar barcode for the given content
Source Files ¶
encoder.go
- Version
- v0.0.0-20240218134121-094174641f6e (latest)
- Published
- Feb 18, 2024
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 4 months ago –
Tools for package owners.