package twooffive

import "github.com/boombuler/barcode/twooffive"

Package twooffive can create interleaved and standard "2 of 5" barcodes.

Index

Functions

func AddCheckSum

func AddCheckSum(content string) (string, error)

AddCheckSum calculates the correct check-digit and appends it to the given content.

func Encode

func Encode(content string, interleaved bool) (barcode.Barcode, error)

Encode creates a codabar barcode for the given content

Source Files

encoder.go

Version
v1.0.2 (latest)
Published
Jul 3, 2024
Platform
js/wasm
Imports
4 packages
Last checked
10 hours ago

Tools for package owners.