Gehtsoft.Barcodes 1.0.2

dotnet add package Gehtsoft.Barcodes --version 1.0.2
NuGet\Install-Package Gehtsoft.Barcodes -Version 1.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Gehtsoft.Barcodes" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Gehtsoft.Barcodes --version 1.0.2
#r "nuget: Gehtsoft.Barcodes, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Gehtsoft.Barcodes as a Cake Addin
#addin nuget:?package=Gehtsoft.Barcodes&version=1.0.2

// Install Gehtsoft.Barcodes as a Cake Tool
#tool nuget:?package=Gehtsoft.Barcodes&version=1.0.2

Gehtsoft.Barcodes is a cross-platform C# library for generation of different types of barcodes and QR codes. The goal of the Gehtsoft.Barcodes library is to provide .NET application developers with a solution that allows them to create barcodes (including QR codes) quickly.
You can easily add barcodes to your application using the convenient API methods.

The following platforms are supported:
- .NET Framework 4.5.1 and later
- .NET Standard 2.0

MAIN FEATURES
Currently the library supports generation of the following types of barcodes and QR codes:
- EAN8;
- EAN13;
- GS1-128A;
- GS1-128B;
- GS1-128C;
- UPC_A;
- QR codes

For more information about the Gehtsoft.Barcodes library, including on how to get started, please visit https://github.com/gehtsoft-usa/Gehtsoft.Barcodes

Additionally,  you can get our other proprietary library for generating PDF documents with convenient integration.
Using the GS PDFFlow library (Gehtsoft.PDFFlowlib), you can easily add barcodes to simple and complex documents that you
generate in C#.

CONTACTS
To report issues with the library or request changes or features, please open an issue at https://github.com/gehtsoft-usa/Gehtsoft.Barcodes/issues.
We welcome contributions to the project. Please contact us at contact@gehtsoftusa.com if you would like to include your work in the library.

LICENSE
The library is shared under GNU LGPL license and is free to use. Please consult the GNU LGPL license for details on proper usage of the library.

THE CODE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE MATERIALS OR THE USE OR
OTHER DEALINGS IN THE MATERIALS.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Gehtsoft.Barcodes:

Package Downloads
Gehtsoft.PDFFlowLib.Barcodes

Gehtsoft.PDFFlowLib.Barcodes is an extension library of Gehtsoft PDFFlow for generating barcodes and QR codes. When you create documents, there is often a need to include a variety of barcodes or QR codes in the document for identification, tracking, etc. Some of the scenarios might be including barcodes in shipment and packing documents, including QR codes for identification, tracing document versioning and validity, sales receipts, event tickets, and much more. We've designed the PDFFlowLib.Barcodes library to make it easy for developers to include many common standard barcodes and QR codes in their documents, saving them time and effort generating those elements in their own code. Using the library, you can add the most widely used types of barcodes and QR codes to your documents: - UPC-A - EAN-13 - EAN-8 - GS1-128 (Code Sets A, B, and C) - QR codes (variants 1-40, four levels of error correction available) For documentation please consult online documentation at https://www.docs.gehtsoftusa.com/pdfflow_barcodes/web-content.html For reporting issues with the library or requesting changes or features, please open an issue at https://github.com/gehtsoft-usa/PDF.Flow.Examples or visit our forum at http://www.fxcodebase.com/code/viewforum.php?f=56 If you have any questions or suggestions please contact us at contact@gehtsoftusa.com or visit www.pdfflow.io The commercial license is required to use the library in commercial projects on the production stage (including the products used to support the internal business). Please contact Gehtsoft USA LLC sales representative to get details about the licensing. When you purchase the commercial license for Gehtsoft PDFFlow, a license for Gehtsoft.PDFFlowLib.Barcodes is included.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2 4,640 3/12/2021
1.0.1 342 3/10/2021

Release 1.0.2
- implemented barcode rotation clockwise and added functionality examples
- included a summary documentation for easy hints
- fixed bug: generated barcode is now properly aligned