All Projects → ruudk → golang-pdf417

ruudk / golang-pdf417

Licence: MIT License
Port of pdf417-php by ihabunek in Golang

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to golang-pdf417

barcoder
Lightweight Barcode Encoding Library for .NET Framework, .NET Standard and .NET Core.
Stars: ✭ 76 (+322.22%)
Mutual labels:  barcode, pdf417
javascript-barcode
Dynamsoft Barcode Reader JavaScript SDK for package managers. PDF417, QR Code, DataMatrix, MaxiCode and more are supported.
Stars: ✭ 142 (+688.89%)
Mutual labels:  barcode, pdf417
barcode
No description or website provided.
Stars: ✭ 27 (+50%)
Mutual labels:  barcode
ComposedBarcodes
No description or website provided.
Stars: ✭ 44 (+144.44%)
Mutual labels:  barcode
python
Build Python extension with Dynamsoft Barcode Reader.
Stars: ✭ 35 (+94.44%)
Mutual labels:  barcode
SwiftGS1Barcode
A GS1 Barcode Library and Parser in Swift
Stars: ✭ 22 (+22.22%)
Mutual labels:  barcode
ImageCropper
✂️ Detect and crop faces, barcodes, texts or rectangle in image with iOS 11 Vision (iOS 10 Core Image) api.(图片裁剪:支持人脸、二维码/条形码、文本、方框)
Stars: ✭ 17 (-5.56%)
Mutual labels:  barcode
ZxingSupport
A Library based on Zxing, make you easy to develop 1D/2D barcode-scan App.
Stars: ✭ 15 (-16.67%)
Mutual labels:  barcode
barcoder
A classy package to generate SVG barcodes for the web.
Stars: ✭ 64 (+255.56%)
Mutual labels:  barcode
escpos-coffee
Java library for ESC/POS printer
Stars: ✭ 172 (+855.56%)
Mutual labels:  barcode
angular-barcode
An angular directive for lindell's JsBarcode
Stars: ✭ 25 (+38.89%)
Mutual labels:  barcode
fpdm
PDF form filling using FPDM Class written by FPDF author Olivier (+multifile-filling-fix, +checkboxes)
Stars: ✭ 91 (+405.56%)
Mutual labels:  fpdf
r scan
📷🖨Flutter二维码&条形码扫描插件,支持相机、文件、链接、Uint8List类型扫描
Stars: ✭ 108 (+500%)
Mutual labels:  barcode
glide-barcode
GlideBarcode is an open-source barcode loading extension for Android Glide that wraps barcode generating and displaying.
Stars: ✭ 24 (+33.33%)
Mutual labels:  barcode
koder
QR/bar code scanner for the Browser
Stars: ✭ 73 (+305.56%)
Mutual labels:  barcode
fpdf-easytable
fpdf-easyTable is a PHP class that makes it easy to build tables for PDF documents generated with the FPDF library
Stars: ✭ 74 (+311.11%)
Mutual labels:  fpdf
dart barcode
Barcode generation library
Stars: ✭ 79 (+338.89%)
Mutual labels:  barcode
BarcodeScanner
扫码枪扫码
Stars: ✭ 36 (+100%)
Mutual labels:  barcode
StarBarcode
一个基于Zxing封装的条形码扫描库。支持多种条形码,可生成、解析带logo的二维码,自动放大镜头,设备移动时自动对焦、连续对焦,扫描UI自定义。
Stars: ✭ 52 (+188.89%)
Mutual labels:  barcode
browser
ZXing for JS's browser layer with decoding implementations for browser.
Stars: ✭ 88 (+388.89%)
Mutual labels:  barcode

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 :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].