Gehtsoft.PDFFlowLib.Barcodes 2.0.1

Prefix Reserved
dotnet add package Gehtsoft.PDFFlowLib.Barcodes --version 2.0.1
                    
NuGet\Install-Package Gehtsoft.PDFFlowLib.Barcodes -Version 2.0.1
                    
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="2.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Gehtsoft.PDFFlowLib.Barcodes" Version="2.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Gehtsoft.PDFFlowLib.Barcodes" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Gehtsoft.PDFFlowLib.Barcodes --version 2.0.1
                    
#r "nuget: Gehtsoft.PDFFlowLib.Barcodes, 2.0.1"
                    
#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.
#:package Gehtsoft.PDFFlowLib.Barcodes@2.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Gehtsoft.PDFFlowLib.Barcodes&version=2.0.1
                    
Install as a Cake Addin
#tool nuget:?package=Gehtsoft.PDFFlowLib.Barcodes&version=2.0.1
                    
Install as a Cake Tool
    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 net8.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows 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
2.0.1 199 11/24/2025
1.0.0 5,771 3/16/2021

Release 2.0.0

           * The framework is net8.0+
           * Drawing ported to SkiaSharp

           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).