var fDesc=new Array(); fDesc[0] = "PDF417 empowers you to encode more than 1000 alpha-numeric characters within one symbol. PDF417 is able to encode ASCII and Extended ASCII characters. PDF 417, a multi-row 2-D barcode symbology, has a unique physical structure and large data capacity. PDF417 barcode is able to encode up to 1000 alpha-numeric characters. Therefore, the PDF417 barcode is a good solution for encoding large quantities of data in one symbol.

Reed Solomon algorithm is used for error checking and correcting of PDF417. The higher security level is, the larger pdf417 symbol size will be, and the less decipher error chance. If not specified, default security level of 0 will be used. This security level means automatic security selection."; 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 = ''; } }