Barcode Image Generator
API Request:


Barcode Image Generator Java
About Barcode Generator. Generate the barcodes based on the following standards: QR code, Codabar, Code 11, Code 39, Code 93, Code 128, EAN-8, EAN-13, ISBN, Interleaved 2 of 5, Standard 2 of 5, MSI Plessey, UPC-A, UPC-E, UPC Extension 2 Digits, UPC Extension 5 Digits, PostNet symbols, GS1-128 (UCC/EAN-128), Italian Pharmacode, ISMN, Pharmacode, ISSN, Data Matrix, EAN-14. Free Online Barcode Generator. Already have an EAN or UPC barcode number? Create barcode images and download best optimized graphics for barcode readers and scanners. Fill in your GTIN barcode number to get started the design of your unique barcode labels.
Request Parameters:
Upc Barcode Image Generator
apiKey | [Required] | Your apiKey. |
text | [Required] | Barcode text. |
format | [Required] | Bar code format. Supports CODE128, CODE128A, CODE128B, CODE128C, EAN13, EAN8, UPC, CODE39, ITF14, ITF, MSI, MSI10, MSI11, MSI1010, MSI1110, pharmacode. |
width | [Optional] | The width option is the width of a single bar. Default: 2 |
height | [Optional] | The height of the barcode. Default: 100 |
displayValue | [Optional] | Whether to display barcode text. Default: true |
fontOptions | [Optional] | With fontOptions you can add bold or italic text to the barcode. Default: '. Optional:'bold','italic','bold italic'. |
font | [Optional] | Define the font used for the text in the generated barcode. This can be any default font or a font defined by a @font-face rule. Default: 'monospace' |
textAlign | [Optional] | Set the horizontal alignment of the text. Can be left / center / right. Default: 'center' |
textPosition | [Optional] | Set the vertical position of the text. Can be bottom / top. Default: 'bottom' |
textMargin | [Optional] | Set the space between the barcode and the text. Default: 2 |
fontSize | [Optional] | Set the size of the text. Default: 20 |
background | [Optional] | Set the background color of the barcode. Default: '#ffffff' |
lineColor | [Optional] | Set the color of the bars and the text. Default: '#000000' |
margin | [Optional] | Set the space margin around the barcode. Default: 10 |
type | [Optional] | Set the barcode output format. Default: 'png' |