./nugetz

#upca

198 packages tagged with “upca

TECIT.TBarCode

TBarCode - Your Barcode Generation Solution for .NET TBarCode .NET contains the following components: * Barcode Library for .NET 5, .NET 6, Core 3.x and Standard 2.x - Barcode Class * Barcode Assembly for .NET Framework 4.6.2+ - Barcode Class - Barcode WinForms Control - Barcode ASP.NET 2.0 Web Forms Control * TBarCode Library (native barcode generator core) Features of the Barcode Generator: - All major linear, 2D and GS1 barcode variants are supported: QR-Code, Data Matrix, PDF417, MaxiCode™, GS1 DataBar, GS1-128, EAN, UPC and more. - Draw directly to graphics objects or printer devices in the highest possible resolution. Enable DPI driven module width optimization. - Create bitmap (BMP, GIF, JPG, TIF, PNG) or vector graphics (EPS, PCL, EMF, WMF, PDF) - on disk or as memory stream. - Callback Interface for custom drawing routines (e.g. for laser graving systems or DPM). - All barcode parameters are adjustable: module width, bar/space ratio, bar width reduction, rotation, colors, fonts, alignment etc. More advanced 2D Features: - Full support of QR-Code, Micro QR-Code, Data Matrix (ECC200), GS1 DataMatrix, PDF417, MicroPDF417, MaxiCode™, Aztec Code, DotCode, Codablock-F. - The most efficient coding method (e.g. Binary, ASCII, Bytes, Numbers, C40...) is selected and dynamically adapted to the data progress. - All symbology-specific barcode modes (e.g. ECI, EAN-128 Emulation, Industry Formats, Macro 05/06, Aztec Runes...) are supported without deduction. - Encode Asian character sets (e.g. Japanese, Chinese) in 2D bar codes like QR-Code. Unicode/UTF-8 support included. Getting Started with TBarCode .NET: Once the package is installed (Install-Package TECIT.TBarCode), integrate it into your project by adding the following import statement: using TECIT.TBarCode; Here's a C# code snippet that allows you to save a QR Code as a high-quality JPG bitmap with optimal size: // Create a TBarCode instance var barcode = new Barcode(); // Set barcode type (e.g., QR Code) barcode.BarcodeType = BarcodeType.QRCode; // Set data to encode barcode.Data = "YourDataHere"; // Resize to a suitable dimension with optimal quality barcode.Dpi = 300; Size optimalSize = barcode.CalculateOptimalBitmapSize(null, 6, 6); // 1 Module = 6 Pixels barcode.BoundingRectangle = new Rectangle(0, 0, optimalSize.Width, optimalSize.Height); // Save the barcode image to a file barcode.Draw("MyFirstQRCode.jpg", ImageType.Jpg); Dependencies: - System.Drawing.Common - TBarCode Library (DLL) - included in this nuget package - MSVC Runtime Libraries (VS2019) While the API itself is managed code, it's important to note that TBarCode .NET has native code dependencies. The bar code generator core is supplied as a natively compiled library, with versions available for Windows, Linux, and macOS. For those deploying applications on Microsoft Azure, where GDI (Graphics Device Interface) access is limited or restricted, TBarCode .NET provides separate drawing functions specifically designed for such scenarios. Sample code is available to guide you through the integration process. VC Runtime download: https://learn.microsoft.com/cpp/windows/latest-supported-vc-redist?view=msvc-170 Documentation, Samples and Support: - API: https://www.tec-it.com/Documentation/TBarCode11_NET_Reference - FAQ: https://www.tec-it.com/support/faq/tbarcode/barcode-net.aspx - Sample: https://www.tec-it.com/download/Samples/TBarCodeNET11_QRCodeGenerator.zip - Data sheet: https://www.tec-it.com/software/barcode-software/tbarcode/datasheet.aspx - Downloads: https://www.tec-it.com/download/tbarcode/Download.aspx - Licensing: https://www.tec-it.com/order/ Free demo version | Free pre-sale support | Free test licenses For all your support, pre-sale inquiries, and licensing needs, please feel free to reach out to us at support@tec-it.com.

v11.17.162.6K
TEC-ITBarcodeNETTBarCodeLibrary

Leadtools.Barcode

Supported Platforms: • NETStandard • UWP • XamariniOS • XamarinAndroid • NETFramework Encode, detect, and decode 1D and 2D barcodes from live camera feeds and static images. LEADTOOLS supports more than 100 barcode types and sub-types, including UPC, EAN, Code 128, QR Code, Data Matrix, PDF417, and many more. • Fast, accurate, and reliable barcode detection, reading, and writing for use in any application or environment • Read barcodes of any quality at any orientation • Industry-leading support of more than 100 1D and 2D barcode types • Utilize camera preview on phone and tablets for real-time barcode recognition and processing • Multithreaded support for running barcode in high-performance, server-based applications • Supports color and bitonal (black and white) images • Easy to integrate into any application with only a few lines of code • Error-Correcting Codes (ECC) provide enhanced accuracy in low-quality images • Return recognized barcodes with 100% confidence • Comprehensive reporting of the recognized barcode • Automated image cleanup • Fully configurable recognition engine This is just a small part of a large technology offering called LEADTOOLS. To see all that LEADTOOLS has to offer, go to https://www.leadtools.com Use the following link to register for a LEADTOOLS license file that is required to use this NuGet. Additionally, the link provides access to the LEADTOOLS Installer. The Installer includes 100’s of demo applications with source code to jump start your development: https://bit.ly/LEADTOOLS_NUGET

v23.0.0.5606.6K
BarcodeRecognitionBarcode-recognitionUPCEAN