Angular Barcode API Reference


Codabar
Component Name: codabar-barcode
Folder: codabar-barcode
Usage:
<app-codabar-barcode data="12345678"></app-codabar-barcode>

List of fonts:
https://barcoderesource.com/codabar_barcodefont.html

Code 39
Component Name: code39-barcode
Folder: code39-barcode
Usage:
</app-code39-barcode>

The "checkDigit" attribute is used to indicate whether to generate a check digit.
List of fonts:
https://barcoderesource.com/code39_barcodefont.html

Extended Code 39
Component Name: code39ascii-barcode
Folder: code39ascii-barcode
Usage:
<app-code39ascii-barcode data="12345678" [checkDigit]="true"></app-code39ascii-barcode>

The "checkDigit" attribute is used to indicate whether to generate a check digit.
List of fonts:
https://barcoderesource.com/code39_barcodefont.html

Code 93
Component Name: code93-barcode
Folder: code93-barcode
Usage:
<app-code93-barcode data="12345678" [checkDigit]="true"></app-code93-barcode>

The "checkDigit" attribute is used to indicate whether to generate a check digit.
List of fonts:
https://barcoderesource.com/code93_barcodefont.html

Code 128 (subset A)
Component Name: code128a-barcode
Folder: code128a-barcode
Usage:
<app-code128a-barcode data="12345678"></app-code128a-barcode>

List of fonts:
https://barcoderesource.com/code128_barcodefont.html

Code 128 (Auto)
Component Name: code128auto-barcode
Folder: code128auto-barcode
Usage:
<app-code128auto-barcode data="12345678"></app-code128auto-barcode>

List of fonts:
https://barcoderesource.com/code128_barcodefont.html

Code 128 (subset B)
Component Name: code128b-barcode
Folder: code128b-barcode
Usage:
<app-code128b-barcode data="12345678"></app-code128b-barcode>

List of fonts:
https://barcoderesource.com/code128_barcodefont.html

Code 128 (subset C)
Component Name: code128c-barcode
Folder: code128c-barcode
Usage:
<app-code128c-barcode data="12345678"></app-code128c-barcode>

List of fonts:
https://barcoderesource.com/code128_barcodefont.html

European Article Numbering 8
Component Name: ean8-barcode
Folder: ean8-barcode
Usage:
<app-ean8-barcode data="12345678" extendedStyle="false"></app-ean8-barcode>

List of fonts:
https://barcoderesource.com/upcean_barcodefont.html
Please use the fonts without Human Text.

European Article Numbering 8 (Extended Stlye)
Component Name: ean8-barcode
Folder: ean8-barcode
Usage:
<app-ean8-barcode data="12345678" [extendedStyle]="true"></app-ean8-barcode>

List of fonts:
https://barcoderesource.com/upcean_barcodefont.html
Please use the fonts with Human Text at the Bottom/Top of the barcode.

European Article Numbering 13
Component Name: ean13-barcode
Folder: ean13-barcode
Usage:
<app-ean13-barcode data="12345678" [extendedStyle]="false"></app-ean13-barcode>

List of fonts:
https://barcoderesource.com/upcean_barcodefont.html
Please use the fonts without Human Text.

European Article Numbering 13 (Extended Style)
Component Name: ean13-barcode
Folder: ean13-barcode
Usage:
<app-ean13-barcode data="12345678" [extendedStyle]="true"></app-ean13-barcode>

List of fonts:
https://barcoderesource.com/upcean_barcodefont.html
Please use the fonts with Human Text at the Bottom/Top of the barcode.

Extension 2 (UPC/EAN)
Component Name: ext2-barcode
Folder: ext2-barcode
Usage:
<app-ext2-barcode data="12"></app-ext2-barcode>

List of fonts:
https://barcoderesource.com/upcean_barcodefont.html

Extension 5 (UPC/EAN)
Component Name: ext5-barcode
Folder: ext5-barcode
Usage:
<app-ext5-barcode data="12345"></app-ext5-barcode>

List of fonts:
https://barcoderesource.com/upcean_barcodefont.html

GS1 Databar 14
Component Name: gs1databar14-barcode
Folder: gs1databar14-barcode
Usage:
<app-gs1databar14-barcode data="12345678" [linkage]="false"></app-gs1databar14-barcode>

List of fonts:
https://barcoderesource.com/gs1databar14_barcodefont.shtml

Interleaved 2 of 5
Component Name: i2of5-barcode
Folder: i2of5-barcode
Usage:
<app-i2of5-barcode data="12345678" [checkDigit]="true"></app-i2of5-barcode>

The "checkDigit" attribute is used to indicate whether to generate a check digit.
List of fonts:
https://barcoderesource.com/i2of5_barcodefont.html

Industrial 2 of 5
Component Name: industrial2of5-barcode
Folder: industrial2of5-barcode
Usage:
<app-industrial2of5-barcode data="12345678" [checkDigit]="true"></app-industrial2of5-barcode>

The "checkDigit" attribute is used to indicate whether to generate a check digit.
List of fonts:
https://barcoderesource.com/industrial2of5_barcodefont.html

ITF14
The GS1 implementation of an Interleaved 2 of 5 bar code to encode a Global Trade Item Number.
Component Name: itf14-barcode
Folder: itf14-barcode
Usage:
<app-itf14-barcode data="12345678" [checkDigit]="true" [itfRectangle]="false"></app-itf14-barcode>

The "checkDigit" attribute is used to indicate whether to generate a check digit.
itfRectangle="false" means to use Top/Bottom Bearers Bar. itfRectangle="true" means to use Rectangle Bearers Bar.
List of fonts:
https://barcoderesource.com/itf14_barcodefont.html

Modified Plessy
Component Name: modifiedplessy-barcode
Folder: modifiedplessy-barcode
Usage:
<app-modifiedplessy-barcode data="12345678" [checkDigit]="true"></app-modifiedplessy-barcode>

The "checkDigit" attribute is used to indicate whether to generate a check digit.
List of fonts:
https://barcoderesource.com/msi_barcodefont.html

POSTNET
Component Name: postnet-barcode
Folder: postnet-barcode
Usage:
<app-postnet-barcode data="12345678"></app-postnet-barcode>

List of fonts:
https://barcoderesource.com/postnet_barcodefont.html

GS1 128/UCCEAN
Component Name: uccean-barcode
Folder: uccean-barcode
Usage:
<app-uccean-barcode data="(01)123456789012345678(10)123456" [gs1Compliance]="true"></app-uccean-barcode>

gs1Compliance="false" is for legacy support. If this is the first time you are using this barcode, use gs1Compliance="true" for Strict GS1 Compliance.
List of fonts:
https://barcoderesource.com/code128_barcodefont.html - Using the same fonts as Code 128

Universal Product Code A (Standard)
Component Name: upca-barcode
Folder: upca-barcode
Usage:
<app-upca-barcode data="12345678" [extendedStyle]="false"></app-upca-barcode>

List of fonts:
https://barcoderesource.com/upcean_barcodefont.html
Please use the fonts without Human Text.

Universal Product Code A (Extended Style)
Component Name: upca-barcode
Folder: upca-barcode
Usage:
<app-upca-barcode data="12345678" [extendedStyle]="true"></app-upca-barcode>

List of fonts:
https://barcoderesource.com/upcean_barcodefont.html
Please use the fonts with Human Text at the Bottom/Top of the barcode.

Universal Product Code E (Standard)
Component Name: upce-barcode
Folder: upce-barcode
Usage:
<app-upce-barcode data="12345678" extendedStyle="true"></app-upce-barcode>

List of fonts:
https://barcoderesource.com/upcean_barcodefont.html
Please use the fonts without Human Text.

Universal Product Code E (Extended Style)
Component Name: upce-barcode
Folder: upce-barcode
Usage:
<app-upce-barcode data="12345678" extendedStyle="true"></app-upce-barcode>

List of fonts:
https://barcoderesource.com/upcean_barcodefont.html
Please use the fonts with Human Text at the Bottom/Top of the barcode.