FrayxRulez / SharpPdf417

Light and portable PDF 417 Barcode generator
MIT License
5 stars 3 forks source link

SharpPdf417

Introduction

SharpPdf417 is a portable library that let you create raw PDF 417 barcodes. The code is released under the MIT/X11, so feel free to modify and share your changes with the world.

Source is based on jpdf417.

Supported platforms

How to

A Windows Form sample is included in the solution. In Xaml you can use WriteableBitmap to set pixels directly

Install

You can install the library via NuGet:

Install-Package SharpPdf417