Barcode generator based on:
https://github.com/lindell/JsBarcode

 Description

The neoBarCode plugin for VisualNEO Web allows developers to generate barcodes dynamically, making it useful for applications that require barcode creation for inventory, tickets, labels, or similar purposes. Here’s an overview of its capabilities:

    • Barcode Generation in Multiple Formats:
      • Using neoBarCode, developers can generate barcodes in several formats, such as CODE128, CODE39, EAN, UPC, and others, depending on the specific needs of the application. The command allows setting parameters like barcode value, color, and display settings for enhanced customization.
    • Base64 Encoding:
      • The neoBarCodeBase64 command creates a barcode image encoded as a Base64 string, which can be stored in a variable. This feature is beneficial for situations where barcodes need to be stored in databases, embedded in emails, or displayed in web applications without relying on external image files.
    • Color and Display Customization:
      • Developers can customize both the barcode color and background color by specifying hexadecimal values, offering flexibility in integrating barcode elements within app design. Additionally, options for displaying or hiding the text value of the barcode give control over its visual presentation.

With neoBarCode, VisualNEO Web apps can easily integrate barcode generation features for a wide range of use cases, from retail to event management​.

neoBarCode

Purpose:

Create a bar code

Category:

neoBarcode

Syntax:

neoBarCode "objId" "codeValue" codeFormat "lineColor" "backgroundColor" displayValue

 

objId

Select an Image or Rectangle object

codeValue

Code to show on bars

codeFormat

Barcode format (select one from the list)

lineColor

Bars color (ie: #000000)

backgroundColor

Background color (ie: #ffffff)

displayValue

Value to display

 

neoBarCodeBase64

Purpose:

Create a bar code and stores it encoded as base64 png image format

Category:

neoBarcode

Syntax:

neoBarCodeBase64 resultVar "codeValue" codeFormat "lineColor" "backgroundColor" displayValue

 

resultVar

Variable to store Base64 encoded image

codeValue

Code to show on bars

codeFormat

Barcode format (select one from the list)

lineColor

Bars color (ie: #000000)

backgroundColor

Background color (ie: #ffffff)

displayValue

Value to display

Created with the Personal Edition of HelpNDoc: Full-featured Help generator