var fDesc=new Array(); fDesc[0] = "ARTS PDF Workshop allows viewing and editing information of multiple PDF documents in a spreadsheet directly from Microsoft Excel. The information displayed is: file name, title, subject, author, keywords, page count, initial view, creator, producer, file size, creation date, last saved, optimized, user password, new user password, master password present, current master password, new master password, printing, changing, selecting, and adding. After installing the program ARTS PDF Workshop, a toolbar inside Microsoft excel will be added, where you can merge files, remove logs, copy files, open PDF files, view metadata, update, print, apply security, etc. In the settings window you have to select the folder where PDF files are, and you can select what information you would like to display. When pressing start the information of PDF files will be showed in the spreadsheet. Information updated in the spreadsheet will be reflected in the original PDF files. ARTS PDF Workshop is included with Nitro PDF Professional; you cannot obtain the product separately. The price described is for Nitro PDF Professional. Check the buy URL for more details."; 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 = ''; } }