Documentation ¶
Overview ¶
Package pdf417 can create PDF-417 barcodes
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Encode ¶
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.
func EncodeWithColor ¶ added in v1.0.3
func EncodeWithColor(data string, securityLevel byte, color barcode.ColorScheme) (barcode.Barcode, error)
Encodes the given data and color scheme as PDF417 barcode. securityLevel should be between 0 and 8. The higher the number, the more additional error-correction codes are added.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.