GS1 UPC and EAN Font Package Overview. IDAutomation's UPC/EAN Barcode Font Advantage Package is an advanced font product with encoders, macros and source code that uses a single font file to create UCC-12, UPCA, UPCE, EAN8, EAN13, JAN, ISBN, Bookland, and GTIN barcodes. The fonts meet ANSI, ISO and IEC 2000 specifications (ISO ). GS1 UPC/EAN Font Package - IDAutomation. GS1 UPC and EAN Font Package Overview. IDAutomation's UPC/EAN Barcode Font Advantage Package is an advanced font product with encoders, macros and source code that uses a single font file to create UCC-12, UPCA, UPCE, EAN8, EAN13, JAN, ISBN, Bookland, and GTIN barcodes. The UPCA barcode uses a Parity table to generate the barcode and the computation of the barcode font characters involves certain amount of complexity. It is thus recommended to use the Barcode Generator or Excel Add In to generate the barcodes instead of creating them manually.
Parameter | Description | Sample URL | |
---|---|---|---|
s | s means Symbology. It is always the first parameter for this web service. Accepted value could be one of the following: Code39,Code39Ext, CODE128A, CODE128B, CODE128C, GS1128, UPCA, UPCE, EAN13, EAN8, Bookland,INTERLEAVED25, Code11,MSI, Code25,CODE93, Codabar,TELEPEN, Datamatrix, QRCODE, Aztec and PDF417. Default symbology is QRCode. | Set symbology to UPC-A. | http://barcode.barcodesoft.com/barcode.ashx?s/upca/text/3579246807 |
text | string to encode. | http://barcode.barcodesoft.com/barcode.ashx?s/upca/text/3579246807 | |
token | A 14-digit token for each user. If you leave it blank, or your token subscription has expired, your barcodes will have demo watermarks. | http://barcode.barcodesoft.com/barcode.ashx?s/upca/text/3579246807/token/xxxx | |
orientation | barcode image orientation. Accepted value could be one of the following: left, top, right and bottom. Default value is bottom. | http://barcode.barcodesoft.com/barcode.ashx?s/upca/text/3579246807/token/xxxx/orientation/2 | |
format | format means image format. Accepted value could be one of the following: TIFF, PNG, GIF, Jpeg, BMP. Default value is BMP. | http://barcode.barcodesoft.com/barcode.ashx?s/upca/text/3579246807/format/gif | |
r | format resolution. Accepted value could be one of the following: 96, 200, 300, 400, 500, 600. Default value is 96. | http://barcode.barcodesoft.com/barcode.ashx?s/upca/text/3579246807/r/300 | |
h | barcode image height. Leave it blank for automatic height. | http://barcode.barcodesoft.com/barcode.ashx?s/upca/text/3579246807/h/300 | |
w | barcode image width. Leave it blank for automatic width. | http://barcode.barcodesoft.com/barcode.ashx?s/upca/text/3579246807/w/300 |