var fDesc=new Array(); fDesc[0] = "The implementation of PDF417 as a font consists of both the encoder and the font. The purpose of the encoder is to convert the data to encode into proper bar and space patterns formatted to IDAutomation's PDF417 barcode font. It is necessary to use the encoder because of the complexity of the symbology and the required Reed Solomon error correction.

IDAutomation Vertical Interleaved Technology™ that provides improved performance and printing at smaller X dimensions than competitors’ products.

To paste into other Windows applications, choose the "Copy to Clipboard" option and press the "Print / Generate PDF417 Code" button. After pressing this button, several lines of numbers and text will appear in the "string to print the barcode" field. To see the string represented as the font, deselect the "show string as selected font" option."; 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 = ''; } }