Customizing the barcodes in the HTML page
This section describes the properties and parameters that can be customized for the different barcodes in the HTML page. In general, the parameters are the Font Size, Font Name, Check Digit (0 for Off and 1 for On), Human Readable Text(0 for Off and 1 for On), Linkage(0 for Off and 1 for On), ITF Rectangle (0 for Off and 1 for On) and GS1Compliance (0 for Legacy and 1 for Strict).The Barcode Web Fonts solution comes with seven different heights provided in seven different fonts with different names. The barcode names are appended with characters like "S1", "S2", etc., each represents a different height.
If you are using the trial version, the font name will have the word "_Trial" appended to it.
Codabar Barcode
Fonts with varying height supported :- Font Name : CCodeCodabar_S1
Filenames :
ConnectCodeCodabar_S1.otf
ConnectCodeCodabar_S1.woff
ConnectCodeCodabar_S1.eot - Font Name : CCodeCodabar_S2
Filenames :
ConnectCodeCodabar_S2.otf
ConnectCodeCodabar_S2.woff
ConnectCodeCodabar_S2.eot - Font Name : CCodeCodabar_S3
Filenames :
ConnectCodeCodabar_S3.otf
ConnectCodeCodabar_S3.woff
ConnectCodeCodabar_S3.eot - Font Name : CCodeCodabar_S4
Filenames :
ConnectCodeCodabar_S4.otf
ConnectCodeCodabar_S4.woff
ConnectCodeCodabar_S4.eot - Font Name : CCodeCodabar_S5
Filenames :
ConnectCodeCodabar_S5.otf
ConnectCodeCodabar_S5.woff
ConnectCodeCodabar_S5.eot - Font Name : CCodeCodabar_S6
Filenames :
ConnectCodeCodabar_S6.otf
ConnectCodeCodabar_S6.woff
ConnectCodeCodabar_S6.eot - Font Name : CCodeCodabar_S7
Filenames :
ConnectCodeCodabar_S7.otf
ConnectCodeCodabar_S7.woff
ConnectCodeCodabar_S7.eot
- ConnectCode_Encode_Codabar(data)
- jQuery('.classselector')
.Encode_Codabar({data:12345678});
data is optional. The text selected by jQuery will be used by default.
Code39 Barcode
Fonts with varying height supported :- Font Name : CCode39_S1
Filenames :
ConnectCode39_S1.otf
ConnectCode39_S1.woff
ConnectCode39_S1.eot - Font Name : CCode39_S2
Filenames :
ConnectCode39_S2.otf
ConnectCode39_S2.woff
ConnectCode39_S2.eot - Font Name : CCode39_S3
Filenames :
ConnectCode39_S3.otf
ConnectCode39_S3.woff
ConnectCode39_S3.eot - Font Name : CCode39_S4
Filenames :
ConnectCode39_S4.otf
ConnectCode39_S4.woff
ConnectCode39_S4.eot - Font Name : CCode39_S5
Filenames :
ConnectCode39_S5.otf
ConnectCode39_S5.woff
ConnectCode39_S5.eot - Font Name : CCode39_S6
Filenames :
ConnectCode39_S6.otf
ConnectCode39_S6.woff
ConnectCode39_S6.eot - Font Name : CCode39_S7
Filenames :
ConnectCode39_S7.otf
ConnectCode39_S7.woff
ConnectCode39_S7.eot
- jQuery('.classselector')
.Encode_Code39({data:12345678, checkDigit:0});
data is optional. The text selected by jQuery will be used by default.
Code39 Ascii Barcode
Fonts with varying height supported :- Font Name : CCode39_S1
Filenames :
ConnectCode39_S1.otf
ConnectCode39_S1.woff
ConnectCode39_S1.eot - Font Name : CCode39_S2
Filenames :
ConnectCode39_S2.otf
ConnectCode39_S2.woff
ConnectCode39_S2.eot - Font Name : CCode39_S3
Filenames :
ConnectCode39_S3.otf
ConnectCode39_S3.woff
ConnectCode39_S3.eot - Font Name : CCode39_S4
Filenames :
ConnectCode39_S4.otf
ConnectCode39_S4.woff
ConnectCode39_S4.eot - Font Name : CCode39_S5
Filenames :
ConnectCode39_S5.otf
ConnectCode39_S5.woff
ConnectCode39_S5.eot - Font Name : CCode39_S6
Filenames :
ConnectCode39_S6.otf
ConnectCode39_S6.woff
ConnectCode39_S6.eot - Font Name : CCode39_S7
Filenames :
ConnectCode39_S7.otf
ConnectCode39_S7.woff
ConnectCode39_S7.eot
- ConnectCode_Encode_CodeCode39Ascii(data,checkDigit)
- jQuery('.classselector')
.Encode_Code39Ascii({data:12345678, checkDigit:0});
data is optional. The text selected by jQuery will be used by default.
Code93 Barcode
Fonts with varying height supported :- Font Name : CCode93_S1
Filenames :
ConnectCode93_S1.otf
ConnectCode93_S1.woff
ConnectCode93_S1.eot - Font Name : CCode93_S2
Filenames :
ConnectCode93_S2.otf
ConnectCode93_S2.woff
ConnectCode93_S2.eot - Font Name : CCode93_S3
Filenames :
ConnectCode93_S3.otf
ConnectCode93_S3.woff
ConnectCode93_S3.eot - Font Name : CCode93_S4
Filenames :
ConnectCode93_S4.otf
ConnectCode93_S4.woff
ConnectCode93_S4.eot - Font Name : CCode93_S5
Filenames :
ConnectCode93_S5.otf
ConnectCode93_S5.woff
ConnectCode93_S5.eot - Font Name : CCode93_S6
Filenames :
ConnectCode93_S6.otf
ConnectCode93_S6.woff
ConnectCode93_S6.eot - Font Name : CCode93_S7
Filenames :
ConnectCode93_S7.otf
ConnectCode93_S7.woff
ConnectCode93_S7.eot
- ConnectCode_Encode_Code93(data,checkDigit)
- jQuery('.classselector')
.Encode_Code93({data:12345678, checkDigit:0});
data is optional. The text selected by jQuery will be used by default.
Code128 A Barcode
Fonts with varying height supported :- Font Name : CCode128_S1
Filenames :
ConnectCode128_S1.otf
ConnectCode128_S1.woff
ConnectCode128_S1.eot - Font Name : CCode128_S2
Filenames :
ConnectCode128_S2.otf
ConnectCode128_S2.woff
ConnectCode128_S2.eot - Font Name : CCode128_S3
Filenames :
ConnectCode128_S3.otf
ConnectCode128_S3.woff
ConnectCode128_S3.eot - Font Name : CCode128_S4
Filenames :
ConnectCode128_S4.otf
ConnectCode128_S4.woff
ConnectCode128_S4.eot - Font Name : CCode128_S5
Filenames :
ConnectCode128_S5.otf
ConnectCode128_S5.woff
ConnectCode128_S5.eot - Font Name : CCode128_S6
Filenames :
ConnectCode128_S6.otf
ConnectCode128_S6.woff
ConnectCode128_S6.eot - Font Name : CCode128_S7
Filenames :
ConnectCode128_S7.otf
ConnectCode128_S7.woff
ConnectCode128_S7.eot
- ConnectCode_Encode_Code128A(data)
- jQuery('.classselector')
.Encode_Code128A({data:12345678});
data is optional. The text selected by jQuery will be used by default.
Code128 B Barcode
Fonts with varying height supported :- Font Name : CCode128_S1
Filenames :
ConnectCode128_S1.otf
ConnectCode128_S1.woff
ConnectCode128_S1.eot - Font Name : CCode128_S2
Filenames :
ConnectCode128_S2.otf
ConnectCode128_S2.woff
ConnectCode128_S2.eot - Font Name : CCode128_S3
Filenames :
ConnectCode128_S3.otf
ConnectCode128_S3.woff
ConnectCode128_S3.eot - Font Name : CCode128_S4
Filenames :
ConnectCode128_S4.otf
ConnectCode128_S4.woff
ConnectCode128_S4.eot - Font Name : CCode128_S5
Filenames :
ConnectCode128_S5.otf
ConnectCode128_S5.woff
ConnectCode128_S5.eot - Font Name : CCode128_S6
Filenames :
ConnectCode128_S6.otf
ConnectCode128_S6.woff
ConnectCode128_S6.eot - Font Name : CCode128_S7
Filenames :
ConnectCode128_S7.otf
ConnectCode128_S7.woff
ConnectCode128_S7.eot
- ConnectCode_Encode_Code128B(data)
- jQuery('.classselector')
.Encode_Code128B({data:12345678});
data is optional. The text selected by jQuery will be used by default.
Code128 C Barcode
Fonts with varying height supported :- Font Name : CCode128_S1
Filenames :
ConnectCode128_S1.otf
ConnectCode128_S1.woff
ConnectCode128_S1.eot - Font Name : CCode128_S2
Filenames :
ConnectCode128_S2.otf
ConnectCode128_S2.woff
ConnectCode128_S2.eot - Font Name : CCode128_S3
Filenames :
ConnectCode128_S3.otf
ConnectCode128_S3.woff
ConnectCode128_S3.eot - Font Name : CCode128_S4
Filenames :
ConnectCode128_S4.otf
ConnectCode128_S4.woff
ConnectCode128_S4.eot - Font Name : CCode128_S5
Filenames :
ConnectCode128_S5.otf
ConnectCode128_S5.woff
ConnectCode128_S5.eot - Font Name : CCode128_S6
Filenames :
ConnectCode128_S6.otf
ConnectCode128_S6.woff
ConnectCode128_S6.eot - Font Name : CCode128_S7
Filenames :
ConnectCode128_S7.otf
ConnectCode128_S7.woff
ConnectCode128_S7.eot
- ConnectCode_Encode_Code128C(data)
- jQuery('.classselector')
.Encode_Code128C({data:12345678});
data is optional. The text selected by jQuery will be used by default.
Code128 Auto Barcode
Fonts with varying height supported :- Font Name : CCode128_S1
Filenames :
ConnectCode128_S1.otf
ConnectCode128_S1.woff
ConnectCode128_S1.eot - Font Name : CCode128_S2
Filenames :
ConnectCode128_S2.otf
ConnectCode128_S2.woff
ConnectCode128_S2.eot - Font Name : CCode128_S3
Filenames :
ConnectCode128_S3.otf
ConnectCode128_S3.woff
ConnectCode128_S3.eot - Font Name : CCode128_S4
Filenames :
ConnectCode128_S4.otf
ConnectCode128_S4.woff
ConnectCode128_S4.eot - Font Name : CCode128_S5
Filenames :
ConnectCode128_S5.otf
ConnectCode128_S5.woff
ConnectCode128_S5.eot - Font Name : CCode128_S6
Filenames :
ConnectCode128_S6.otf
ConnectCode128_S6.woff
ConnectCode128_S6.eot - Font Name : CCode128_S7
Filenames :
ConnectCode128_S7.otf
ConnectCode128_S7.woff
ConnectCode128_S7.eot
- ConnectCode_Encode_Code128Auto(data)
- jQuery('.classselector')
.Encode_Code128Auto({data:12345678});
data is optional. The text selected by jQuery will be used by default.
UCCEAN Barcode
Fonts with varying height supported :- Font Name : CCode128_S1
Filenames :
ConnectCode128_S1.otf
ConnectCode128_S1.woff
ConnectCode128_S1.eot - Font Name : CCode128_S2
Filenames :
ConnectCode128_S2.otf
ConnectCode128_S2.woff
ConnectCode128_S2.eot - Font Name : CCode128_S3
Filenames :
ConnectCode128_S3.otf
ConnectCode128_S3.woff
ConnectCode128_S3.eot - Font Name : CCode128_S4
Filenames :
ConnectCode128_S4.otf
ConnectCode128_S4.woff
ConnectCode128_S4.eot - Font Name : CCode128_S5
Filenames :
ConnectCode128_S5.otf
ConnectCode128_S5.woff
ConnectCode128_S5.eot - Font Name : CCode128_S6
Filenames :
ConnectCode128_S6.otf
ConnectCode128_S6.woff
ConnectCode128_S6.eot - Font Name : CCode128_S7
Filenames :
ConnectCode128_S7.otf
ConnectCode128_S7.woff
ConnectCode128_S7.eot
- ConnectCode_Encode_Code128UCCEAN(data,gs1Compliance)
- jQuery('.classselector')
.Encode_Code128UCCEAN({data:12345678,gs1Compliance:0});
data is optional. The text selected by jQuery will be used by default.
I2of5 Barcode
Fonts with varying height supported :- Font Name : CCodeI2of5_S1
Filenames :
ConnectCodeI2of5_S1.otf
ConnectCodeI2of5_S1.woff
ConnectCodeI2of5_S1.eot - Font Name : CCodeI2of5_S2
Filenames :
ConnectCodeI2of5_S2.otf
ConnectCodeI2of5_S2.woff
ConnectCodeI2of5_S2.eot - Font Name : CCodeI2of5_S3
Filenames :
ConnectCodeI2of5_S3.otf
ConnectCodeI2of5_S3.woff
ConnectCodeI2of5_S3.eot - Font Name : CCodeI2of5_S4
Filenames :
ConnectCodeI2of5_S4.otf
ConnectCodeI2of5_S4.woff
ConnectCodeI2of5_S4.eot - Font Name : CCodeI2of5_S5
Filenames :
ConnectCodeI2of5_S5.otf
ConnectCodeI2of5_S5.woff
ConnectCodeI2of5_S5.eot - Font Name : CCodeI2of5_S6
Filenames :
ConnectCodeI2of5_S6.otf
ConnectCodeI2of5_S6.woff
ConnectCodeI2of5_S6.eot - Font Name : CCodeI2of5_S7
Filenames :
ConnectCodeI2of5_S7.otf
ConnectCodeI2of5_S7.woff
ConnectCodeI2of5_S7.eot
- ConnectCode_Encode_I2of5(data,checkDigit)
- jQuery('.classselector')
.Encode_I2of5({data:12345678, checkDigit:0});
data is optional. The text selected by jQuery will be used by default.
Industrial 2of5 Barcode
Fonts with varying height supported :- Font Name : CCodeIND2of5_S1
Filenames :
ConnectCodeIND2of5_S1.otf
ConnectCodeIND2of5_S1.woff
ConnectCodeIND2of5_S1.eot - Font Name : CCodeIND2of5_S2
Filenames :
ConnectCodeIND2of5_S2.otf
ConnectCodeIND2of5_S2.woff
ConnectCodeIND2of5_S2.eot - Font Name : CCodeIND2of5_S3
Filenames :
ConnectCodeIND2of5_S3.otf
ConnectCodeIND2of5_S3.woff
ConnectCodeIND2of5_S3.eot - Font Name : CCodeIND2of5_S4
Filenames :
ConnectCodeIND2of5_S4.otf
ConnectCodeIND2of5_S4.woff
ConnectCodeIND2of5_S4.eot - Font Name : CCodeIND2of5_S5
Filenames :
ConnectCodeIND2of5_S5.otf
ConnectCodeIND2of5_S5.woff
ConnectCodeIND2of5_S5.eot - Font Name : CCodeIND2of5_S6
Filenames :
ConnectCodeIND2of5_S6.otf
ConnectCodeIND2of5_S6.woff
ConnectCodeIND2of5_S6.eot - Font Name : CCodeIND2of5_S7
Filenames :
ConnectCodeIND2of5_S7.otf
ConnectCodeIND2of5_S7.woff
ConnectCodeIND2of5_S7.eot
- ConnectCode_Encode_Industrial2of5(data,checkDigit)
- jQuery('.classselector')
.Encode_Industrial2of5({data:12345678, checkDigit:0});
data is optional. The text selected by jQuery will be used by default.
ITF14 Barcode
Fonts with varying height supported :- Font Name : CCodeITF_S1
Filenames :
ConnectCodeITF_S1.otf
ConnectCodeITF_S1.woff
ConnectCodeITF_S1.eot - Font Name : CCodeITF_S2
Filenames :
ConnectCodeITF_S2.otf
ConnectCodeITF_S2.woff
ConnectCodeITF_S2.eot - Font Name : CCodeITF_S3
Filenames :
ConnectCodeITF_S3.otf
ConnectCodeITF_S3.woff
ConnectCodeITF_S3.eot - Font Name : CCodeITF_S4
Filenames :
ConnectCodeITF_S4.otf
ConnectCodeITF_S4.woff
ConnectCodeITF_S4.eot - Font Name : CCodeITF_S5
Filenames :
ConnectCodeITF_S5.otf
ConnectCodeITF_S5.woff
ConnectCodeITF_S5.eot - Font Name : CCodeITF_S6
Filenames :
ConnectCodeITF_S6.otf
ConnectCodeITF_S6.woff
ConnectCodeITF_S6.eot - Font Name : CCodeITF_S7
Filenames :
ConnectCodeITF_S7.otf
ConnectCodeITF_S7.woff
ConnectCodeITF_S7.eot
- ConnectCode_Encode_ITF14(data,checkDigit,itfRectangle)
- jQuery('.classselector')
.Encode_IITF14({data:12345678, checkDigit:0, itfRectangle:0});
data is optional. The text selected by jQuery will be used by default.
Modified Plessy Barcode
Fonts with varying height supported :- Font Name : CCodeMSI_S1
Filenames :
ConnectCodeMSI_S1.otf
ConnectCodeMSI_S1.woff
ConnectCodeMSI_S1.eot - Font Name : CCodeMSI_S2
Filenames :
ConnectCodeMSI_S2.otf
ConnectCodeMSI_S2.woff
ConnectCodeMSI_S2.eot - Font Name : CCodeMSI_S3
Filenames :
ConnectCodeMSI_S3.otf
ConnectCodeMSI_S3.woff
ConnectCodeMSI_S3.eot - Font Name : CCodeMSI_S4
Filenames :
ConnectCodeMSI_S4.otf
ConnectCodeMSI_S4.woff
ConnectCodeMSI_S4.eot - Font Name : CCodeMSI_S5
Filenames :
ConnectCodeMSI_S5.otf
ConnectCodeMSI_S5.woff
ConnectCodeMSI_S5.eot - Font Name : CCodeMSI_S6
Filenames :
ConnectCodeMSI_S6.otf
ConnectCodeMSI_S6.woff
ConnectCodeMSI_S6.eot - Font Name : CCodeMSI_S7
Filenames :
ConnectCodeMSI_S7.otf
ConnectCodeMSI_S7.woff
ConnectCodeMSI_S7.eot
- ConnectCode_Encode_ModifiedPlessy(data,checkDigit)
- jQuery('.classselector')
.Encode_ModifiedPlessy({data:12345678, checkDigit:0});
data is optional. The text selected by jQuery will be used by default.
EAN13 Barcode
Fonts with varying height supported :- Font Name : CCodeUPCEAN_S1
Filenames :
ConnectCodeUPCEAN_S1.otf
ConnectCodeUPCEAN_S1.woff
ConnectCodeUPCEAN_S1.eot - Font Name : CCodeUPCEAN_S2
Filenames :
ConnectCodeUPCEAN_S2.otf
ConnectCodeUPCEAN_S2.woff
ConnectCodeUPCEAN_S2.eot - Font Name : CCodeUPCEAN_S3
Filenames :
ConnectCodeUPCEAN_S3.otf
ConnectCodeUPCEAN_S3.woff
ConnectCodeUPCEAN_S3.eot - Font Name : CCodeUPCEAN_S4
Filenames :
ConnectCodeUPCEAN_S4.otf
ConnectCodeUPCEAN_S4.woff
ConnectCodeUPCEAN_S4.eot - Font Name : CCodeUPCEAN_S5
Filenames :
ConnectCodeUPCEAN_S5.otf
ConnectCodeUPCEAN_S5.woff
ConnectCodeUPCEAN_S5.eot - Font Name : CCodeUPCEAN_S6
Filenames :
ConnectCodeUPCEAN_S6.otf
ConnectCodeUPCEAN_S6.woff
ConnectCodeUPCEAN_S6.eot - Font Name : CCodeUPCEAN_S7
Filenames :
ConnectCodeUPCEAN_S7.otf
ConnectCodeUPCEAN_S7.woff
ConnectCodeUPCEAN_S7.eot
- Font Name : CCodeUPCEAN_HRS1
Filenames :
ConnectCodeUPCEAN_HRS1.otf
ConnectCodeUPCEAN_HRS1.woff
ConnectCodeUPCEAN_HRS1.eot - Font Name : CCodeUPCEAN_HRS2
Filenames :
ConnectCodeUPCEAN_HRS2.otf
ConnectCodeUPCEAN_HRS2.woff
ConnectCodeUPCEAN_HRS2.eot - Font Name : CCodeUPCEAN_HRS3
Filenames :
ConnectCodeUPCEAN_HRS3.otf
ConnectCodeUPCEAN_HRS3.woff
ConnectCodeUPCEAN_HRS3.eot - Font Name : CCodeUPCEAN_HRS4
Filenames :
ConnectCodeUPCEAN_HRS4.otf
ConnectCodeUPCEAN_HRS4.woff
ConnectCodeUPCEAN_HRS4.eot - Font Name : CCodeUPCEAN_HRS5
Filenames :
ConnectCodeUPCEAN_HRS5.otf
ConnectCodeUPCEAN_HRS5.woff
ConnectCodeUPCEAN_HRS5.eot - Font Name : CCodeUPCEAN_HRS6
Filenames :
ConnectCodeUPCEAN_HRS6.otf
ConnectCodeUPCEAN_HRS6.woff
ConnectCodeUPCEAN_HRS6.eot - Font Name : CCodeUPCEAN_HRS7
Filenames :
ConnectCodeUPCEAN_HRS7.otf
ConnectCodeUPCEAN_HRS7.woff
ConnectCodeUPCEAN_HRS7.eot
- Font Name : CCodeUPCEAN_HRTS1
Filenames :
ConnectCodeUPCEAN_HRTS1.otf
ConnectCodeUPCEAN_HRTS1.woff
ConnectCodeUPCEAN_HRTS1.eot - Font Name : CCodeUPCEAN_HRTS2
Filenames :
ConnectCodeUPCEAN_HRTS2.otf
ConnectCodeUPCEAN_HRTS2.woff
ConnectCodeUPCEAN_HRTS2.eot - Font Name : CCodeUPCEAN_HRTS3
Filenames :
ConnectCodeUPCEAN_HRTS3.otf
ConnectCodeUPCEAN_HRTS3.woff
ConnectCodeUPCEAN_HRTS3.eot
- ConnectCode_Encode_EAN13(data,humanReadable)
- jQuery('.classselector')
.Encode_EAN13({data:12345678, hr:0});
data is optional. The text selected by jQuery will be used by default.
hr means Human Readable Text
EAN8 Barcode
Fonts with varying height supported :- Font Name : CCodeUPCEAN_S1
Filenames :
ConnectCodeUPCEAN_S1.otf
ConnectCodeUPCEAN_S1.woff
ConnectCodeUPCEAN_S1.eot - Font Name : CCodeUPCEAN_S2
Filenames :
ConnectCodeUPCEAN_S2.otf
ConnectCodeUPCEAN_S2.woff
ConnectCodeUPCEAN_S2.eot - Font Name : CCodeUPCEAN_S3
Filenames :
ConnectCodeUPCEAN_S3.otf
ConnectCodeUPCEAN_S3.woff
ConnectCodeUPCEAN_S3.eot - Font Name : CCodeUPCEAN_S4
Filenames :
ConnectCodeUPCEAN_S4.otf
ConnectCodeUPCEAN_S4.woff
ConnectCodeUPCEAN_S4.eot - Font Name : CCodeUPCEAN_S5
Filenames :
ConnectCodeUPCEAN_S5.otf
ConnectCodeUPCEAN_S5.woff
ConnectCodeUPCEAN_S5.eot - Font Name : CCodeUPCEAN_S6
Filenames :
ConnectCodeUPCEAN_S6.otf
ConnectCodeUPCEAN_S6.woff
ConnectCodeUPCEAN_S6.eot - Font Name : CCodeUPCEAN_S7
Filenames :
ConnectCodeUPCEAN_S7.otf
ConnectCodeUPCEAN_S7.woff
ConnectCodeUPCEAN_S7.eot
- Font Name : CCodeUPCEAN_HRS1
Filenames :
ConnectCodeUPCEAN_HRS1.otf
ConnectCodeUPCEAN_HRS1.woff
ConnectCodeUPCEAN_HRS1.eot - Font Name : CCodeUPCEAN_HRS2
Filenames :
ConnectCodeUPCEAN_HRS2.otf
ConnectCodeUPCEAN_HRS2.woff
ConnectCodeUPCEAN_HRS2.eot - Font Name : CCodeUPCEAN_HRS3
Filenames :
ConnectCodeUPCEAN_HRS3.otf
ConnectCodeUPCEAN_HRS3.woff
ConnectCodeUPCEAN_HRS3.eot - Font Name : CCodeUPCEAN_HRS4
Filenames :
ConnectCodeUPCEAN_HRS4.otf
ConnectCodeUPCEAN_HRS4.woff
ConnectCodeUPCEAN_HRS4.eot - Font Name : CCodeUPCEAN_HRS5
Filenames :
ConnectCodeUPCEAN_HRS5.otf
ConnectCodeUPCEAN_HRS5.woff
ConnectCodeUPCEAN_HRS5.eot - Font Name : CCodeUPCEAN_HRS6
Filenames :
ConnectCodeUPCEAN_HRS6.otf
ConnectCodeUPCEAN_HRS6.woff
ConnectCodeUPCEAN_HRS6.eot - Font Name : CCodeUPCEAN_HRS7
Filenames :
ConnectCodeUPCEAN_HRS7.otf
ConnectCodeUPCEAN_HRS7.woff
ConnectCodeUPCEAN_HRS7.eot
- Font Name : CCodeUPCEAN_HRTS1
Filenames :
ConnectCodeUPCEAN_HRTS1.otf
ConnectCodeUPCEAN_HRTS1.woff
ConnectCodeUPCEAN_HRTS1.eot - Font Name : CCodeUPCEAN_HRTS2
Filenames :
ConnectCodeUPCEAN_HRTS2.otf
ConnectCodeUPCEAN_HRTS2.woff
ConnectCodeUPCEAN_HRTS2.eot - Font Name : CCodeUPCEAN_HRTS3
Filenames :
ConnectCodeUPCEAN_HRTS3.otf
ConnectCodeUPCEAN_HRTS3.woff
ConnectCodeUPCEAN_HRTS3.eot
- ConnectCode_Encode_EAN8(data)
- jQuery('.classselector')
.Encode_EAN8({data:12345678});
data is optional. The text selected by jQuery will be used by default.
The Human Readable Text option is not required as in other UPCEAN barcodes. Simply change the font to one with the Human Readable Text.
UPCA Barcode
Fonts with varying height supported :- Font Name : CCodeUPCEAN_S1
Filenames :
ConnectCodeUPCEAN_S1.otf
ConnectCodeUPCEAN_S1.woff
ConnectCodeUPCEAN_S1.eot - Font Name : CCodeUPCEAN_S2
Filenames :
ConnectCodeUPCEAN_S2.otf
ConnectCodeUPCEAN_S2.woff
ConnectCodeUPCEAN_S2.eot - Font Name : CCodeUPCEAN_S3
Filenames :
ConnectCodeUPCEAN_S3.otf
ConnectCodeUPCEAN_S3.woff
ConnectCodeUPCEAN_S3.eot - Font Name : CCodeUPCEAN_S4
Filenames :
ConnectCodeUPCEAN_S4.otf
ConnectCodeUPCEAN_S4.woff
ConnectCodeUPCEAN_S4.eot - Font Name : CCodeUPCEAN_S5
Filenames :
ConnectCodeUPCEAN_S5.otf
ConnectCodeUPCEAN_S5.woff
ConnectCodeUPCEAN_S5.eot - Font Name : CCodeUPCEAN_S6
Filenames :
ConnectCodeUPCEAN_S6.otf
ConnectCodeUPCEAN_S6.woff
ConnectCodeUPCEAN_S6.eot - Font Name : CCodeUPCEAN_S7
Filenames :
ConnectCodeUPCEAN_S7.otf
ConnectCodeUPCEAN_S7.woff
ConnectCodeUPCEAN_S7.eot
- Font Name : CCodeUPCEAN_HRS1
Filenames :
ConnectCodeUPCEAN_HRS1.otf
ConnectCodeUPCEAN_HRS1.woff
ConnectCodeUPCEAN_HRS1.eot - Font Name : CCodeUPCEAN_HRS2
Filenames :
ConnectCodeUPCEAN_HRS2.otf
ConnectCodeUPCEAN_HRS2.woff
ConnectCodeUPCEAN_HRS2.eot - Font Name : CCodeUPCEAN_HRS3
Filenames :
ConnectCodeUPCEAN_HRS3.otf
ConnectCodeUPCEAN_HRS3.woff
ConnectCodeUPCEAN_HRS3.eot - Font Name : CCodeUPCEAN_HRS4
Filenames :
ConnectCodeUPCEAN_HRS4.otf
ConnectCodeUPCEAN_HRS4.woff
ConnectCodeUPCEAN_HRS4.eot - Font Name : CCodeUPCEAN_HRS5
Filenames :
ConnectCodeUPCEAN_HRS5.otf
ConnectCodeUPCEAN_HRS5.woff
ConnectCodeUPCEAN_HRS5.eot - Font Name : CCodeUPCEAN_HRS6
Filenames :
ConnectCodeUPCEAN_HRS6.otf
ConnectCodeUPCEAN_HRS6.woff
ConnectCodeUPCEAN_HRS6.eot - Font Name : CCodeUPCEAN_HRS7
Filenames :
ConnectCodeUPCEAN_HRS7.otf
ConnectCodeUPCEAN_HRS7.woff
ConnectCodeUPCEAN_HRS7.eot
- Font Name : CCodeUPCEAN_HRTS1
Filenames :
ConnectCodeUPCEAN_HRTS1.otf
ConnectCodeUPCEAN_HRTS1.woff
ConnectCodeUPCEAN_HRTS1.eot - Font Name : CCodeUPCEAN_HRTS2
Filenames :
ConnectCodeUPCEAN_HRTS2.otf
ConnectCodeUPCEAN_HRTS2.woff
ConnectCodeUPCEAN_HRTS2.eot - Font Name : CCodeUPCEAN_HRTS3
Filenames :
ConnectCodeUPCEAN_HRTS3.otf
ConnectCodeUPCEAN_HRTS3.woff
ConnectCodeUPCEAN_HRTS3.eot
- ConnectCode_Encode_UPCA(data,humanReadable)
- jQuery('.classselector')
.Encode_UPCA({data:12345678, hr:0});
data is optional. The text selected by jQuery will be used by default.
hr means Human Readable Text
UPCE Barcode
Fonts with varying height supported :- Font Name : CCodeUPCEAN_S1
Filenames :
ConnectCodeUPCEAN_S1.otf
ConnectCodeUPCEAN_S1.woff
ConnectCodeUPCEAN_S1.eot - Font Name : CCodeUPCEAN_S2
Filenames :
ConnectCodeUPCEAN_S2.otf
ConnectCodeUPCEAN_S2.woff
ConnectCodeUPCEAN_S2.eot - Font Name : CCodeUPCEAN_S3
Filenames :
ConnectCodeUPCEAN_S3.otf
ConnectCodeUPCEAN_S3.woff
ConnectCodeUPCEAN_S3.eot - Font Name : CCodeUPCEAN_S4
Filenames :
ConnectCodeUPCEAN_S4.otf
ConnectCodeUPCEAN_S4.woff
ConnectCodeUPCEAN_S4.eot - Font Name : CCodeUPCEAN_S5
Filenames :
ConnectCodeUPCEAN_S5.otf
ConnectCodeUPCEAN_S5.woff
ConnectCodeUPCEAN_S5.eot - Font Name : CCodeUPCEAN_S6
Filenames :
ConnectCodeUPCEAN_S6.otf
ConnectCodeUPCEAN_S6.woff
ConnectCodeUPCEAN_S6.eot - Font Name : CCodeUPCEAN_S7
Filenames :
ConnectCodeUPCEAN_S7.otf
ConnectCodeUPCEAN_S7.woff
ConnectCodeUPCEAN_S7.eot
- Font Name : CCodeUPCEAN_HRS1
Filenames :
ConnectCodeUPCEAN_HRS1.otf
ConnectCodeUPCEAN_HRS1.woff
ConnectCodeUPCEAN_HRS1.eot - Font Name : CCodeUPCEAN_HRS2
Filenames :
ConnectCodeUPCEAN_HRS2.otf
ConnectCodeUPCEAN_HRS2.woff
ConnectCodeUPCEAN_HRS2.eot - Font Name : CCodeUPCEAN_HRS3
Filenames :
ConnectCodeUPCEAN_HRS3.otf
ConnectCodeUPCEAN_HRS3.woff
ConnectCodeUPCEAN_HRS3.eot - Font Name : CCodeUPCEAN_HRS4
Filenames :
ConnectCodeUPCEAN_HRS4.otf
ConnectCodeUPCEAN_HRS4.woff
ConnectCodeUPCEAN_HRS4.eot - Font Name : CCodeUPCEAN_HRS5
Filenames :
ConnectCodeUPCEAN_HRS5.otf
ConnectCodeUPCEAN_HRS5.woff
ConnectCodeUPCEAN_HRS5.eot - Font Name : CCodeUPCEAN_HRS6
Filenames :
ConnectCodeUPCEAN_HRS6.otf
ConnectCodeUPCEAN_HRS6.woff
ConnectCodeUPCEAN_HRS6.eot - Font Name : CCodeUPCEAN_HRS7
Filenames :
ConnectCodeUPCEAN_HRS7.otf
ConnectCodeUPCEAN_HRS7.woff
ConnectCodeUPCEAN_HRS7.eot
- Font Name : CCodeUPCEAN_HRTS1
Filenames :
ConnectCodeUPCEAN_HRTS1.otf
ConnectCodeUPCEAN_HRTS1.woff
ConnectCodeUPCEAN_HRTS1.eot - Font Name : CCodeUPCEAN_HRTS2
Filenames :
ConnectCodeUPCEAN_HRTS2.otf
ConnectCodeUPCEAN_HRTS2.woff
ConnectCodeUPCEAN_HRTS2.eot - Font Name : CCodeUPCEAN_HRTS3
Filenames :
ConnectCodeUPCEAN_HRTS3.otf
ConnectCodeUPCEAN_HRTS3.woff
ConnectCodeUPCEAN_HRTS3.eot
- ConnectCode_Encode_UPCE(data,humanReadable)
- jQuery('.classselector')
.Encode_UPCE({data:12345678, hr:0});
data is optional. The text selected by jQuery will be used by default.
hr means Human Readable Text
EXT2 Barcode
Fonts with varying height supported :- Font Name : CCodeUPCEAN_S1
Filenames :
ConnectCodeUPCEAN_S1.otf
ConnectCodeUPCEAN_S1.woff
ConnectCodeUPCEAN_S1.eot - Font Name : CCodeUPCEAN_S2
Filenames :
ConnectCodeUPCEAN_S2.otf
ConnectCodeUPCEAN_S2.woff
ConnectCodeUPCEAN_S2.eot - Font Name : CCodeUPCEAN_S3
Filenames :
ConnectCodeUPCEAN_S3.otf
ConnectCodeUPCEAN_S3.woff
ConnectCodeUPCEAN_S3.eot - Font Name : CCodeUPCEAN_S4
Filenames :
ConnectCodeUPCEAN_S4.otf
ConnectCodeUPCEAN_S4.woff
ConnectCodeUPCEAN_S4.eot - Font Name : CCodeUPCEAN_S5
Filenames :
ConnectCodeUPCEAN_S5.otf
ConnectCodeUPCEAN_S5.woff
ConnectCodeUPCEAN_S5.eot - Font Name : CCodeUPCEAN_S6
Filenames :
ConnectCodeUPCEAN_S6.otf
ConnectCodeUPCEAN_S6.woff
ConnectCodeUPCEAN_S6.eot - Font Name : CCodeUPCEAN_S7
Filenames :
ConnectCodeUPCEAN_S7.otf
ConnectCodeUPCEAN_S7.woff
ConnectCodeUPCEAN_S7.eot
- Font Name : CCodeUPCEAN_HRS1
Filenames :
ConnectCodeUPCEAN_HRS1.otf
ConnectCodeUPCEAN_HRS1.woff
ConnectCodeUPCEAN_HRS1.eot - Font Name : CCodeUPCEAN_HRS2
Filenames :
ConnectCodeUPCEAN_HRS2.otf
ConnectCodeUPCEAN_HRS2.woff
ConnectCodeUPCEAN_HRS2.eot - Font Name : CCodeUPCEAN_HRS3
Filenames :
ConnectCodeUPCEAN_HRS3.otf
ConnectCodeUPCEAN_HRS3.woff
ConnectCodeUPCEAN_HRS3.eot - Font Name : CCodeUPCEAN_HRS4
Filenames :
ConnectCodeUPCEAN_HRS4.otf
ConnectCodeUPCEAN_HRS4.woff
ConnectCodeUPCEAN_HRS4.eot - Font Name : CCodeUPCEAN_HRS5
Filenames :
ConnectCodeUPCEAN_HRS5.otf
ConnectCodeUPCEAN_HRS5.woff
ConnectCodeUPCEAN_HRS5.eot - Font Name : CCodeUPCEAN_HRS6
Filenames :
ConnectCodeUPCEAN_HRS6.otf
ConnectCodeUPCEAN_HRS6.woff
ConnectCodeUPCEAN_HRS6.eot - Font Name : CCodeUPCEAN_HRS7
Filenames :
ConnectCodeUPCEAN_HRS7.otf
ConnectCodeUPCEAN_HRS7.woff
ConnectCodeUPCEAN_HRS7.eot
- Font Name : CCodeUPCEAN_HRTS1
Filenames :
ConnectCodeUPCEAN_HRTS1.otf
ConnectCodeUPCEAN_HRTS1.woff
ConnectCodeUPCEAN_HRTS1.eot - Font Name : CCodeUPCEAN_HRTS2
Filenames :
ConnectCodeUPCEAN_HRTS2.otf
ConnectCodeUPCEAN_HRTS2.woff
ConnectCodeUPCEAN_HRTS2.eot - Font Name : CCodeUPCEAN_HRTS3
Filenames :
ConnectCodeUPCEAN_HRTS3.otf
ConnectCodeUPCEAN_HRTS3.woff
ConnectCodeUPCEAN_HRTS3.eot
- ConnectCode_Encode_EXT2(data)
- jQuery('.classselector')
.Encode_EXT2({data:12345678});
data is optional. The text selected by jQuery will be used by default.
The Human Readable Text option is not required as in other UPCEAN barcodes. Simply change the font to one with the Human Readable Text.
EXT5 Barcode
Fonts with varying height supported :- Font Name : CCodeUPCEAN_S1
Filenames :
ConnectCodeUPCEAN_S1.otf
ConnectCodeUPCEAN_S1.woff
ConnectCodeUPCEAN_S1.eot - Font Name : CCodeUPCEAN_S2
Filenames :
ConnectCodeUPCEAN_S2.otf
ConnectCodeUPCEAN_S2.woff
ConnectCodeUPCEAN_S2.eot - Font Name : CCodeUPCEAN_S3
Filenames :
ConnectCodeUPCEAN_S3.otf
ConnectCodeUPCEAN_S3.woff
ConnectCodeUPCEAN_S3.eot - Font Name : CCodeUPCEAN_S4
Filenames :
ConnectCodeUPCEAN_S4.otf
ConnectCodeUPCEAN_S4.woff
ConnectCodeUPCEAN_S4.eot - Font Name : CCodeUPCEAN_S5
Filenames :
ConnectCodeUPCEAN_S5.otf
ConnectCodeUPCEAN_S5.woff
ConnectCodeUPCEAN_S5.eot - Font Name : CCodeUPCEAN_S6
Filenames :
ConnectCodeUPCEAN_S6.otf
ConnectCodeUPCEAN_S6.woff
ConnectCodeUPCEAN_S6.eot - Font Name : CCodeUPCEAN_S7
Filenames :
ConnectCodeUPCEAN_S7.otf
ConnectCodeUPCEAN_S7.woff
ConnectCodeUPCEAN_S7.eot
- Font Name : CCodeUPCEAN_HRS1
Filenames :
ConnectCodeUPCEAN_HRS1.otf
ConnectCodeUPCEAN_HRS1.woff
ConnectCodeUPCEAN_HRS1.eot - Font Name : CCodeUPCEAN_HRS2
Filenames :
ConnectCodeUPCEAN_HRS2.otf
ConnectCodeUPCEAN_HRS2.woff
ConnectCodeUPCEAN_HRS2.eot - Font Name : CCodeUPCEAN_HRS3
Filenames :
ConnectCodeUPCEAN_HRS3.otf
ConnectCodeUPCEAN_HRS3.woff
ConnectCodeUPCEAN_HRS3.eot - Font Name : CCodeUPCEAN_HRS4
Filenames :
ConnectCodeUPCEAN_HRS4.otf
ConnectCodeUPCEAN_HRS4.woff
ConnectCodeUPCEAN_HRS4.eot - Font Name : CCodeUPCEAN_HRS5
Filenames :
ConnectCodeUPCEAN_HRS5.otf
ConnectCodeUPCEAN_HRS5.woff
ConnectCodeUPCEAN_HRS5.eot - Font Name : CCodeUPCEAN_HRS6
Filenames :
ConnectCodeUPCEAN_HRS6.otf
ConnectCodeUPCEAN_HRS6.woff
ConnectCodeUPCEAN_HRS6.eot - Font Name : CCodeUPCEAN_HRS7
Filenames :
ConnectCodeUPCEAN_HRS7.otf
ConnectCodeUPCEAN_HRS7.woff
ConnectCodeUPCEAN_HRS7.eot
- Font Name : CCodeUPCEAN_HRTS1
Filenames :
ConnectCodeUPCEAN_HRTS1.otf
ConnectCodeUPCEAN_HRTS1.woff
ConnectCodeUPCEAN_HRTS1.eot - Font Name : CCodeUPCEAN_HRTS2
Filenames :
ConnectCodeUPCEAN_HRTS2.otf
ConnectCodeUPCEAN_HRTS2.woff
ConnectCodeUPCEAN_HRTS2.eot - Font Name : CCodeUPCEAN_HRTS3
Filenames :
ConnectCodeUPCEAN_HRTS3.otf
ConnectCodeUPCEAN_HRTS3.woff
ConnectCodeUPCEAN_HRTS3.eot
- ConnectCode_Encode_EXT5(data)
- jQuery('.classselector')
.Encode_EXT5({data:12345678});
data is optional. The text selected by jQuery will be used by default.
The Human Readable Text option is not required as in other UPCEAN barcodes. Simply change the font to one with the Human Readable Text.
GS1 Databar 14 Barcode
Fonts with varying height supported :- Font Name : CCodeGS1D_S1
Filenames :
ConnectCodeGS1D_S1.otf
ConnectCodeGS1D_S1.woff
ConnectCodeGS1D_S1.eot - Font Name : CCodeGS1D_S2
Filenames :
ConnectCodeGS1D_S2.otf
ConnectCodeGS1D_S2.woff
ConnectCodeGS1D_S2.eot - Font Name : CCodeGS1D_S3
Filenames :
ConnectCodeGS1D_S3.otf
ConnectCodeGS1D_S3.woff
ConnectCodeGS1D_S3.eot - Font Name : CCodeGS1D_S4
Filenames :
ConnectCodeGS1D_S4.otf
ConnectCodeGS1D_S4.woff
ConnectCodeGS1D_S4.eot - Font Name : CCodeGS1D_S5
Filenames :
ConnectCodeGS1D_S5.otf
ConnectCodeGS1D_S5.woff
ConnectCodeGS1D_S5.eot - Font Name : CCodeGS1D_S6
Filenames :
ConnectCodeGS1D_S6.otf
ConnectCodeGS1D_S6.woff
ConnectCodeGS1D_S6.eot - Font Name : CCodeGS1D_S7
Filenames :
ConnectCodeGS1D_S7.otf
ConnectCodeGS1D_S7.woff
ConnectCodeGS1D_S7.eot
- ConnectCode_Encode_GS1Databar14(data,linkage)
- jQuery('.classselector')
.Encode_GS1Databar14({data:12345678, linkage:0});
data is optional. The text selected by jQuery will be used by default.