package pdf417

import "git.sr.ht/~pingoo/stdx/barcode/pdf417"

Package pdf417 can create PDF-417 barcodes

Index

Functions

func Encode

func Encode(data string, securityLevel byte) (barcode.Barcode, error)

Encodes the given data as PDF417 barcode. securityLevel should be between 0 and 8. The higher the number, the more additional error-correction codes are added.

Source Files

codewords.go dimensions.go encoder.go errorcorrection.go highlevel.go pdfcode.go

Version
v0.0.0-20240218134121-094174641f6e (latest)
Published
Feb 18, 2024
Platform
linux/amd64
Imports
8 packages
Last checked
4 months ago

Tools for package owners.