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] = ", at a basic level, images or photos with different layouts. We can add more features to this utility by combining it with other Epson programs. It runs under Windows XP, Me, 98, 95&2000, Mac OS 8.1 to 9.X and Mac OS X 10.2 or later."; fDesc[4] = "using simple steps. PDF-XChange can output a PDF file with all the properties of a professional PDF file. You can select PDF-XChange in the printer tab while printing a Microsoft Office document to create PDF file. PDF-XChange enables you to set passwords, permissions for the PDF file."; fDesc[5] = "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[6] = "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[7] = "Adobe-compatible files. It is a pdf creator for Windows that allows users to easily create documents in PDF file format. No expertise is required for this program; even novice users can create high-quality searchable PDF files just by selecting the \"print\" command from any application."; fDesc[8] = "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[9] = ", 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[10] = "with security abilities, display configurations, compatibility settings and else. Like others PDF creation software, it works as a virtual printer driver listed on the Printer and Faxes window of your operating system."; fDesc[11] = "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[12] = "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[13] = "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[14] = "that catches whatever you send to print and saves it in a graphic file, that can have different formats, such as .BMP, .JPG, .TIFF or the .PDF format."; fDesc[15] = "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."; 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 = '...'; } }