ByteScout BarCode Reader SDK is the SDK for barcode decoding. Can read all popular types from Code 128, GS1, UPC and Code 39 to QR Code, Datamatrix, PDF417. Images, pdf, TIF images and live web camera are supported as input. Designed to handle documents with noise and defects. Includes optional splitter and merger for pdf and tiff based on barcodes. Batch mode is optimized for high performance with multiple threads. Decoded values can be exported to XML, JSON, CSV or into custom data format.
On-demand (REST Web API) version:
Web API (on-demand version)
On-premise offline SDK for Windows:
60 Day Free Trial (on-premise)
' Create reader class instance Set reader = CreateObject("Bytescout.BarCodeReader.Reader") reader.RegistrationName = "demo" reader.RegistrationKey = "demo" ' Set license Info Set licenseInfo = reader.LicenseInfo outputMsg = "===============================" + vbCRLF outputMsg = outputMsg + "======== License Info =========" + vbCRLF outputMsg = outputMsg + "===============================" + vbCRLF outputMsg = outputMsg + "License type: " & licenseInfo.LicenseType & vbCRLF outputMsg = outputMsg + "License limit type: " & licenseInfo.LimitType & vbCRLF outputMsg = outputMsg + "Limit of license units: " & licenseInfo.Limit & vbCRLF outputMsg = outputMsg + "License limit term: " & licenseInfo.LimitTerm & vbCRLF outputMsg = outputMsg + "No of remaining license units: " & licenseInfo.Remainder & vbCRLF outputMsg = outputMsg + "Update expires On: " & licenseInfo.UpdatesExpireOn & vbCRLF outputMsg = outputMsg + "===============================" + vbCRLF MsgBox outputMsg Set reader = Nothing
60 Day Free Trial or Visit ByteScout BarCode Reader SDK Home Page
Explore ByteScout BarCode Reader SDK Documentation
Explore Samples
Sign Up for ByteScout BarCode Reader SDK Online Training
Get Your API Key
Explore Web API Docs
Explore Web API Samples
60 Day Free Trial or Visit ByteScout BarCode Reader SDK Home Page
Explore ByteScout BarCode Reader SDK Documentation
Explore Samples
Sign Up for ByteScout BarCode Reader SDK Online Training
Get Your API Key
Explore Web API Docs
Explore Web API Samples
also available as: