Aspose.BarCode-Cloud 20.5.1

Suggested Alternatives

Aspose.BarCode-Cloud 21.9.0

Additional Details

This version of Aspose.BarCode-Cloud will stop working soon.

There is a newer version of this package available.
See the version list below for details.
dotnet add package Aspose.BarCode-Cloud --version 20.5.1
NuGet\Install-Package Aspose.BarCode-Cloud -Version 20.5.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="Aspose.BarCode-Cloud" Version="20.5.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.BarCode-Cloud --version 20.5.1
#r "nuget: Aspose.BarCode-Cloud, 20.5.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.
// Install Aspose.BarCode-Cloud as a Cake Addin
#addin nuget:?package=Aspose.BarCode-Cloud&version=20.5.1

// Install Aspose.BarCode-Cloud as a Cake Tool
#tool nuget:?package=Aspose.BarCode-Cloud&version=20.5.1

Barcode Proecssing in the Cloud via REST API

This cloud SDK assists you to seamlessly integrate barcode generation, processing & conversion functionality into your C#, ASP.NET & other .NET cloud apps.

Generate new barcodes (Linear, 2D & Postal), configure barcode properties and attributes, such as, barcode height, dimensions, image format, and more. Scan existing barcodes belonging to 60+ symbologies, including, Codabar, PDF417, QR, MicroQR, EAN, Postnet, UPC, RM4SCC and many more.

BarCode Processing Features

  • Generate, scan and customize 1D (linear), 2D and postal barcodes.
  • Generate and recognize barcodes with checksum option.
  • Fetch barcode as an image stream or save barcode to the local disk.
  • Configure barcode height, width, angle quality, margin & resolution.
  • Configure barcode to be auto-sized or set X & Y dimensions.
  • Generate a new barcode with specified code text location.
  • Apply bar height and barcode image format.
  • Rotate barcode image at a certain angle & generate multiple barcodes.
  • Scan image to recognize barcode from a specific region of that image.
  • Recognize specified number of barcodes.
  • Apply image processing algorithms to read barcodes.

Enhancements in Version 20.5

  • Improved the Barcode recognition API.
  • Exposed all Barcode-specific generator parameters to API.

For the detailed notes, please visit Aspose.BarCode Cloud 20.5 Release Notes.

Read & Write BarCode Formats

JPEG, TIFF, PNG, BMP, GIF

Save BarCode As

EMF, SVG

Supported Barcode Symbologies

Linear barcode symbologies: EAN13, EAN8, UPCA, UPCE, Interleaved2of5, Standard2of5, MSI, Code11, Codabar, EAN14(SCC14), SSCC18, ITF14, Matrix 2 of 5, PZN, Code128, Code39 Extended, Code39 Standard, Code93 Extended, Code16K, Code93 Standard, IATA 2 of 5, OPC, GS1Code128, ISBN, ISMN, ISSN, ITF6, VIN, Pharmacode, DatabarOmniDirectional, DatabarTruncated, DatabarLimited, DatabarExpanded, DatabarStackedOmniDirectional, DatabarExpandedStacked, DatabarStacked, PatchCode, Supplement (Decode only).

2D barcode symbologies: PDF417, MacroPDF417, MicroPDF417, CompactPDF417 (Decode only), DataMatrix, Aztec, QR, MicroQR, DotCode, MaxiCode, Italian Post 25, GS1DataMatrix, Code16K.

Postal barcode symbologies: Postnet, Planet, USPS OneCode, Australia Post, Deutsche Post Identcode, Deutsche Post Leticode, RM4SCC, SingaporePost, AustralianPosteParcel, SwissPostParcel, UpcaGs1DatabarCoupon.

Getting Started with Aspose.BarCode Cloud SDK for .NET

You do not need to install anything to get started with Aspose.BarCode Cloud SDK for .NET. Just create an account at Aspose for Cloud and get your application information.

Simply execute Install-Package Aspose.BarCode-Cloud from the Package Manager Console in Visual Studio to fetch & reference Aspose.BarCode Cloud assembly in your project. If you already have Aspose.BarCode Cloud SDK for .NET and want to upgrade it, please execute Update-Package Aspose.BarCode-Cloud to get the latest version.

Please check the GitHub Repository for other common usage scenarios.

Using C# to Create a CodablockF Type Barcode

The following code snippet demonstrates how to create a CodablockF barcode using C# code:

// please get your APP_KEY and APP_SID signing in https://dashboard.aspose.cloud/#/apps
BarcodeApi barcodeApi = new BarcodeApi(Common.APP_KEY, Common.APP_SID, Common.BASEPATH);

string text = "(01)23456789012";
string type = "codablockF";
string format = "jpg";
float? resolutionX = null;
float? resolutionY = null;
float? dimensionX = null;
float? dimensionY = null;
string enableChecksum = "";

ResponseMessage apiResponse = barcodeApi.GetBarcodeGenerate(text, type, format, resolutionX, resolutionY, dimensionX, dimensionY, enableChecksum);

Product Page | Documentation | Demo | API Reference | Examples | Blog | Free Support | Free Trial

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 net20 is compatible.  net35 was computed.  net40 was computed.  net403 was computed.  net45 is compatible.  net451 was computed.  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
24.3.0 76 3/25/2024
24.2.0 84 2/29/2024
24.1.0 177 1/30/2024
23.12.0 260 12/27/2023
23.11.0 123 11/28/2023
23.10.0 136 10/27/2023
23.9.0 128 9/22/2023
23.8.0 142 8/30/2023
23.7.0 215 7/14/2023
23.6.0 139 6/29/2023
23.5.0 127 5/19/2023
23.4.0 155 4/27/2023
23.3.0 200 3/28/2023
23.2.0 218 2/28/2023
23.1.0 271 1/31/2023
22.12.0 315 12/19/2022
22.11.0 330 11/24/2022
22.10.0 364 10/28/2022
22.9.0 666 9/16/2022
22.8.0 408 8/25/2022
22.7.0 425 7/27/2022
22.3.0 568 3/31/2022
22.1.1 468 1/31/2022
22.1.0 529 1/14/2022
21.12.0 422 12/10/2021
21.10.0 334 10/13/2021
21.9.0 345 9/23/2021
21.7.0 487 7/22/2021
21.6.0 417 6/29/2021
21.3.0 538 3/11/2021
21.2.0 457 2/9/2021
20.12.0 600 12/25/2020
20.11.0 575 11/10/2020
20.10.0 531 10/28/2020
20.8.0 577 8/3/2020
20.6.1 610 6/26/2020
20.6.0 617 6/9/2020
20.5.1 695 5/22/2020
19.10.1 627 4/16/2020
19.10.0 723 10/21/2019
18.6.0 982 7/23/2018
1.1.0 1,137 2/4/2018
1.0.8 980 9/27/2017
1.0.7 931 9/27/2017
1.0.6 966 8/14/2017
1.0.5 1,019 5/26/2017
1.0.4 1,276 1/6/2017
1.0.3 1,132 11/2/2016
1.0.2 996 10/21/2016
1.0.1 1,605 2/26/2016
1.0.0 1,689 2/26/2016