Pdf417EncoderLibrary 2.1.0
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.
Install-Package Pdf417EncoderLibrary -Version 2.1.0
dotnet add package Pdf417EncoderLibrary --version 2.1.0
<PackageReference Include="Pdf417EncoderLibrary" Version="2.1.0" />
paket add Pdf417EncoderLibrary --version 2.1.0
#r "nuget: Pdf417EncoderLibrary, 2.1.0"
Release Notes
Minor changes to the source code.
Dependencies
-
.NETFramework 4.6.2
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.