The coding instructions are formulated to help you to try-out the features without the requirement to write your own code. ByteScout Premium Suite: the set that includes 12 SDK products from ByteScout including tools and components for PDF, barcodes, spreadsheets, screen video recording. It can generate barcode with barcode SDK in JavaScript.
These JavaScript code samples for JavaScript guide developers to speed up coding of the application when using ByteScout Premium Suite. Follow the instructions from scratch to work and copy the JavaScript code. Want to see how it works with your data then code testing will allow the function to be tested and work properly.
Our website gives trial version of ByteScout Premium Suite for free. It also includes documentation and source code samples.
On-demand (REST Web API) version:
Web API (on-demand version)
On-premise offline SDK for Windows:
60 Day Free Trial (on-premise)
var bc = WScript.CreateObject('Bytescout.BarCode.Barcode'); // set symbology to Code39 bc.Symbology = 1; // 1 = Code39 symbology type // set barcode value to encode bc.Value = "012345"; // Saving Code39 barcode to 'Code39.png' bc.SaveImage ("Code39.png"); // Encoding '012345' using Aztec symbology // set symbology to Aztec (2D) bc.Symbology = 17; // 17 = Aztec // set barcode value to encode bc.Value = "012345"; // Encoding '012345' using Aztec symbology" & vbCRLF & bc.GetValueRestrictions(17), where 17 = Code39 symbology bc.SaveImage ("Aztec.png"); bc = null
60 Day Free Trial or Visit ByteScout Premium Suite Home Page
Explore ByteScout Premium Suite Documentation
Explore Samples
Sign Up for ByteScout Premium Suite Online Training
Get Your API Key
Explore Web API Docs
Explore Web API Samples
60 Day Free Trial or Visit ByteScout Premium Suite Home Page
Explore ByteScout Premium Suite Documentation
Explore Samples
Sign Up for ByteScout Premium Suite Online Training
Get Your API Key
Explore Web API Docs
Explore Web API Samples
also available as: