Aspose.BarCode.Generate
24.7.0
dotnet tool install --global Aspose.BarCode.Generate --version 24.7.0
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local Aspose.BarCode.Generate --version 24.7.0
#tool dotnet:?package=Aspose.BarCode.Generate&version=24.7.0
nuke :add-package Aspose.BarCode.Generate --version 24.7.0
Aspose.BarCode Micro Apps
Aspose.BarCode Micro Applications provide high-accuracy barcode generation and recognition for end-users.
Powered by the Aspose.BarCode .NET API.
Aspose.BarCode Generate Micro Application
The Aspose.BarCode Generate Micro Application allows you to generate barcodes in various formats, supporting more than 60 different symbologies.
Documentation | API Reference | Purchase
Competitive Features
Supports various output image formats including PNG, JPEG, BMP, GIF, SVG, EMF, TIFF, and TIFF in CMYK color space as per the Aspose.BarCode supported file formats list.
Generates barcodes of more than 60 types including QR, Code128, PDF417, and more. For a full list of supported barcode types, see the Aspose.BarCode barcode types list.
High accuracy and performance in barcode generation.
Easy integration with command line and .NET8 compatible API for use in your C# projects.
Detailed logging and error handling capabilities.
Customizable generation settings including text encoding, barcode type, output format, and X dimension.
Licensing
Although the Aspose.BarCode Generate application is free, Aspose.BarCode .NET is licensed as usual. You can use your existing license with the application or evaluate it in trial mode. To request a temporary license, please visit Aspose's temporary license request page.
System Requirements
.NET8 on Windows, Linux, MacOS
Aspose.BarCode Generate application installed
Installation
To install the tool, use the following command:
dotnet tool install --global Aspose.BarCode.Generate
If you've already installed the application - update supported via the command :
dotnet tool update --global Aspose.BarCode.Generate --version 24.7.0
Usage
Use from command line:
Aspose.BarCode.Generate --text https://aspose.com --type QR --output qr.png --x_dimension 5
Use from code: To add required references to your project please issue command
Aspose.BarCode.Generate add -p YourProjectFolder
setting YourProjectFolder to the real value or simply run it from the project folder.
var options = new BarcodeGenerateOptions()
{
Text = "https://aspose.com",
Type = "QR",
Output = "QR.png",
OutputFormat = "png",
XDimension = "5",
LicenseFile = "Aspose.Total.Product.Family.lic"
};
await GenerateTask.Create(options).Execute();
Product | Versions 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. |
-
- Aspose.BarCode (>= 24.7.0)
Version | Downloads | Last updated |
---|---|---|
24.7.0 | 161 | 8/7/2024 |