var fDesc=new Array(); fDesc[0] = "Here's an easy way to print Code 128 barcodes from within any Windows program. You can print any subset or variation including UCC/EAN, SCC-14, or SSCC-18. The package even includes Autosense subset switching. Code 128 lets you print any ASCII character and features a high density numeric mode. Print your bar codes on shipping packaging, stock cards, invoices, print whole sheets of labels, or export your barcode as an image file in gif, jpg, bmp, or png formats. This Code 128 package includes TrueType and PostScript versions of each barcode font. Our bar code 128 samples page displays samples of each type of bar code.

Bar Code Generation. Just enter your bar code 128 data and click Make to build a barcode. Print as many bar codes as you like, on sheets of labels, inside your packaging artwork, or even export the bar codes as an image file and send it to someone else to print. You control both the height and width of the bar codes you want to print.

Printing Sheets of Labels. Printing entire sheets of bar code 128 labels has never been easier. Just type in your data and create a barcode with a single click. Use the Labels button to select the size of the label you want to print your bar code on. Any Avery™ or compatible label sheet will work. A label template will appear in your Word processor, where you can position the barcode, add text or even graphics to the label. View our label tutorial to see just how easy this is to do.

Creating Bar Code Images. If you want to send your bar code to someone else to print, you can export your barcode as an image file in bmp, gif, jpg, or png formats. You have a choice of four different print resolutions: 300, 600, 900, and 1200 dpi."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }