var fDesc=new Array(); fDesc[1] = "pretty fast way. Besides, it uses a minimal amount of resources of your system in comparison to other programs of this type."; fDesc[2] = "it appears in your printers list. With doPDF you can convert documents/files into searchable PDFs from any application that supports printing. Interestingly, this useful PDF conversion utility is absolutely free for both personal and commercial uses."; fDesc[3] = "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[4] = "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[5] = "Microsoft Windows application.This progarm is FREEWARE which means that it is FREE for personal and commercial use. It does not contain any advertising or popups."; fDesc[6] = "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[7] = "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[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] = "create accurate PDF files out of any document that you can send to your printer. These include the Microsoft Office suite of products, PhotoShop, AutoCAD, CorelDraw, or Illustrator. Its wide range of advanced settings will allow adding extra value to your PDF files."; 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] = "attachment via different protocols. It can save any document format as PDF and allows you to print the document using any other printer installed on your system."; fDesc[13] = "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[14] = "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[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 = '...'; } }