neoBarcode

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

 

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