Aspose.Barcode Cloud
Aspose.Barcode Cloud is a REST API for barcode generation and recognition. It helps you generate barcode images from scratch in linear (1D), two dimensional (2D), and postal formats. Generate barcode images in a variety of image formats: JPEG, PNG, GIF, BMP, TIFF and many others. Recognize barcodes from different image types. Aspose.Barcode Cloud allows you to control all aspects of the image and barcode when generating barcode images. Specify image width, height, border style, output image format and more. You can also set barcode attributes like font style, font color, background color, barcode type and the barcode text location.
Installing
You can install Aspose Barcode Cloud SDK with RubyGem:
gem install aspose_barcode_cloud
UsageAPIs of this SDK can be called as follows:
require 'aspose_barcode_cloud'
class BarcodeUsage
include AsposeBarcodeCloud
include AsposeStorageCloud
def initialize
#Get App key and App SID from https://cloud.aspose.com
AsposeApp.app_key_and_sid("APP_KEY", "APP_SID")
@barcode_api = BarcodeApi.new
end
def get_barcode_generate
#Generate barcode.
opts = {text: "Dairy Products", type: "qr", format: "png"}
response = @barcode_api.get_barcode_generate(opts)
end
end
Aspose.Barcode Cloud SDK Examples
-
Programmer’s Guide, a complete manual on programming with Aspose.Barcode Cloud APIs. It holds the wealth of features with sample codes and capabilities.
-
Set Barcode Image Height, Width and Quality along with Auto Size Option
Start a Free Trial Today
Start a free trial today – all you need is to sign up with Aspose Cloud service. Once you have signed up, you are ready to try powerful file processing features offered by Aspose Cloud.