Skip to main content

Barcode Generator

With the Barcode Generator you can generate SVG and HTML barcodes inside a record or while the number is being displayed. 

Parameters: 

  • Value is the number you wish to convert to a barcode. 
  • Type is any type you wish to use from the list below. 
  • Width is the width in pixels for each bar element (defaults to 30 when blank). 
  • Height is the width in pixels for each bar element (defaults to 30 when blank). 

Please note if saving a barcode inside a Rich Text field you must use the "Generate HTML Barcode" API Call. For displaying the data live inside a table or other data component, you must use the Generate SVG Barcode API Call. 

Barcode Types: 

  • TYPE_CODE_39
  • TYPE_CODE_39_CHECKSUM
  • TYPE_CODE_39E
  • TYPE_CODE_39E_CHECKSUM
  • TYPE_CODE_93
  • TYPE_STANDARD_2_5
  • TYPE_STANDARD_2_5_CHECKSUM
  • TYPE_INTERLEAVED_2_5
  • TYPE_INTERLEAVED_2_5_CHECKSUM
  • TYPE_CODE_128
  • TYPE_CODE_128_A
  • TYPE_CODE_128_B
  • TYPE_CODE_128_C
  • TYPE_EAN_2
  • TYPE_EAN_5
  • TYPE_EAN_8
  • TYPE_EAN_13
  • TYPE_UPC_A
  • TYPE_UPC_E
  • TYPE_MSI
  • TYPE_MSI_CHECKSUM
  • TYPE_POSTNET
  • TYPE_PLANET
  • TYPE_RMS4CC
  • TYPE_KIX
  • TYPE_CODABAR
  • TYPE_CODE_11
  • TYPE_PHARMA_CODE
  • TYPE_PHARMA_CODE_TWO_TRACKS

barcode-types.png