Gehtsoft.PDFFlowLib.Barcodes 1.0.0

dotnet add package Gehtsoft.PDFFlowLib.Barcodes --version 1.0.0
NuGet\Install-Package Gehtsoft.PDFFlowLib.Barcodes -Version 1.0.0
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.PDFFlowLib.Barcodes" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Gehtsoft.PDFFlowLib.Barcodes --version 1.0.0
#r "nuget: Gehtsoft.PDFFlowLib.Barcodes, 1.0.0"
#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.PDFFlowLib.Barcodes as a Cake Addin
#addin nuget:?package=Gehtsoft.PDFFlowLib.Barcodes&version=1.0.0

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

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.

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 2,725 3/16/2021

Release 1.0.0
Features:
               - The library supports the following barcode types: EAN-8, EAN-13, GS1-128A, GS1-128B, GS1-128C, UPC-A, QR code.
               - You can add barcodes to paragraphs, sections, tables, and repeating areas.
               - In addition to configurable width and height, you can set borders, margins, and paddings for your barcodes.
               - You can have the library define the QR code version (versions 1, 2, 3, 4, 10, 25, 40)
               - You can add a QR code together with a URL.
               - You can cut the barcode height.
               - You can remove quiet zones of barcodes and QR codes.
               - You can rotate barcodes (default - 0, 90, 180, 270 clockwise).