package code128

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

Package code128 can create Code128 barcodes

Index

Constants

const (
	// FNC1 - Special Function 1
	FNC1 = '\u00f1'
	// FNC2 - Special Function 2
	FNC2 = '\u00f2'
	// FNC3 - Special Function 3
	FNC3 = '\u00f3'
	// FNC4 - Special Function 4
	FNC4 = '\u00f4'
)

Functions

func Encode

func Encode(content string) (barcode.BarcodeIntCS, error)

Encode creates a Code 128 barcode for the given content

func EncodeWithoutChecksum

func EncodeWithoutChecksum(content string) (barcode.Barcode, error)

Source Files

encode.go encodingtable.go

Version
v1.0.0
Published
Sep 22, 2017
Platform
js/wasm
Imports
5 packages
Last checked
6 hours ago

Tools for package owners.