var fDesc=new Array(); fDesc[0] = "GetPDF Terminal Server Edition allows your terminal users to create PDF files from any printable document. It installs a virtual printer named GetPDF, which is accessible for all terminal users. All they have to do is to click Print from their application to create PDF files.

GetPDF is a PDF creator of industrial strength, thus offering such features as custom paper size, resolution, portrait and lanscape orientation, PDF compatibility, fonts embedding, live hyperlink, embedded images, formulas, tables, figures, 40-bit and 128-bit encryption, password protection, document permission control, document metadata, automatic output and batch conversion.

As a piece of feature-rich PDF creation software, GetPDF Terminal Server Edition gives business the means to effectively deliver existing business documents to partners, customers and employees."; 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 = ''; } }