Categorygithub.com/ruudk/golang-pdf417
modulepackage
0.0.0-20201230142125-a7e3863a1245
Repository: https://github.com/ruudk/golang-pdf417.git
Documentation: pkg.go.dev

# README

PDF417 barcodes in Golang

CI

This is a port of https://github.com/ihabunek/pdf417-php

This library encodes data to a PixelGrid that can be used to display the barcode. You can use the PixelGrid to draw the barcode on anything. Check pdf417_test.go for an example.

I only needed a way to draw PDF417 barcodes onto a FPDF PDF file. See example: examples/fpdf.go

If you want to export the barcode to an image, you have to create something that puts the PixelGrid onto the image. If you find a way, please submit a PR :)

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

Code word used to switch to Text mode.
Alternate code word used to switch to Text mode; used when number of Texts to encode is divisible by 6.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Since each code word consists of 2 characters, a padding value is needed when encoding a single character.
No description provided by the author
No description provided by the author
Lowercase submode.
mixed submode (numbers and some punctuation).
Punctuation submode.
Uppercase submode.
Switch to lowercase submode.
Switch to mixed submode.
Switch to punctuation submode.
Switch to punctuation submode for a single character.
Switch to uppercase submode.
Switch to uppercase submode for a single character.
Code word used to switch to Text mode.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author