var fDesc=new Array(); fDesc[1] = "from virtually any application. With one click you can convert your Microsoft Excel, Word or PowerPoint documents or your emails and favorite web sites to PDF files."; fDesc[2] = "format. Its easy-to-use interface allows you to create PDF files by simply selecting the \"print\" command from any application, creating documents which can be viewed on any computer with a PDF viewer."; fDesc[3] = "access to edition of PDF files.On an easy-to-use interface consisting on a set of tabs you will be provided of multiple interesting and usefull functions to edit your PDF files."; fDesc[4] = "PDF file. It is really easy to use and intuitive. You just have to open the document you want to convert, then select Print from the file menu and choose the Win2PDF printer, and finally save or e-mail the PDF file from the File Save dialog."; fDesc[5] = "printer called 'Doro PDF Writer'. When you send the document to print, the driver converts it to PDF Format. The real work is done by 'GhostScript'. [Which will be installed during setup], like in other PDF converters."; fDesc[6] = ", including DOC, DOCX, XLS, XLSX, PPT, PPTX, TXT and even HTML, to a universally accepted PDF (Portable Document Format) file with the click of a button."; fDesc[7] = "hyperlinks. Allows joining of PDF documents and PDF attachments. An API is available for developers."; fDesc[8] = "file without the need of having Acrobat reader installed on your PC. The program installs itself as a printer driver, so the only thing you have to do is create your document, select that virtual printer, click on the print button."; fDesc[9] = "program will install a printer driver so when you want to convert a document to PDF, you just need to select BCL easyPDF Printer in the Print Dialog Box from your application."; fDesc[10] = "installs itself as a virtual PDF printer driver so you can convert your documents just by printing them. The process is extremely easy. If you know how to print you know how to convert any document to PDF."; fDesc[11] = "curve and without Adobe Acrobat. This is very convenient because you only install it the way you do it with a regular program, then a new printer will appear in your Print Dialog Box."; fDesc[12] = "resave them. Convert PDF to images, DOC, RTF, and more. Fill in existing PDF form fields and create your own."; fDesc[13] = "PDF. Simply select docuPrinter as your printer driver, print to it and your PDF file will be created and ready to view. PDF files created by docuPrinter LT are fully compatible with Adobe Acrobat Reader. Neevia docuPrinter LT can enable even the novice computer operator to generate high-quality, searchable PDF without high costs. If you need to create PDF files but do not need the numerous features of the Neevia docuPrinter Pro, then this is the right product for you."; fDesc[14] = "PDF documents without high costs. ReaSoft PDF Printer installs as a virtual printer on your PC, so all you need to do is Print from any Windows application to create a PDF document."; fDesc[15] = "batch converting documents to PDF in programs Support both 32 and 64 bit windows Support Windows Vista"; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }