Pdf417EncoderLibrary NuGet Package

The PDF417 barcode encoder class library is written in C#.

It is open source code. The target framework is .NET Framework (net462) and .NET Standard (netstandard2.0). The encoder library allows you to create a PDF417 barcode image from a text string or a binary (byte) array. Two demo/test applications are included.

Windows form application and console application targeting .NET framework (net462) and .NET Core (netcoreapp2.2). Both allows you to explore the library and produce PDF417 barcodes.

Both .NET core and .NET standard do not support the Bitmap class included in the System.Drawing assembly. The library includes a PNG image builder that can run in the .NET Standard and .NET core environment. This image is extremely efficient.

It takes advantage of the compression and filtering of the PNG standard. Saving barcode image 564 by 232 pixels takes 617 bytes by this software. Using Bitmap with file type PNG takes 16,865. Using Bitmap with file type JPEG takes 21,121 bytes.




Got any Pdf417EncoderLibrary Question?





Info

Version: 2.1.0
Author(s): Uzi Granot
Last Update: Wednesday, May 15, 2019
.NET Fiddle: Create the first Fiddle
Project Url: https://www.codeproject.com/Articles/1347529/PDF417-Barcode-Encoder-NET-Class-Library-and-Demo
NuGet Url: https://www.nuget.org/packages/Pdf417EncoderLibrary


Install
Install-Package Pdf417EncoderLibrary
dotnet add package Pdf417EncoderLibrary
paket add Pdf417EncoderLibrary
Pdf417EncoderLibrary Download (Unzip the "nupkg" after downloading)

.NETStandard 2.0
  • No dependencies.
net462
  • No dependencies.


Tags



STATS

must-have-score

avg-downloads-per-day

0

days-since-last-release

1814