var fDesc=new Array(); fDesc[0] = "SmartShelter | PDF integrates batch processing capability for Adobe Acrobat. For that purpose a new command Encrypt multiple files is available.

This command, used in batch processing, permits the presetting of all CodeMeter parameters to produce the encrypted documents. Therefore it is possible to encrypt all PDF documents in a directory or to automatically convert and encrypt Microsoft Word documents in a single step.

The Adobe Acrobat Reader opens the PDF document as usual. After detecting a CmStick with the suitable license code entry, the document will be opened. If the correct CmStick is missing, the password dialog pops up and requests that a password be entered manually."; 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 = ''; } }