var fDesc=new Array(); fDesc[1] = "documents and image files into fully editable text documents. It handles the recognition process automatically, but you can also define areas of text, graphics and tabular formatting."; fDesc[2] = "Free software to convert Adobe .PDF files to Microsoft .doc files. With this program, you will be able to extract text and images from PDF files."; fDesc[3] = "itself to all the devices. According to the publisher, it is updated at least once a month. The application detects the installed hardware, displaying all the information. It analyses theCPU, RAM, Disks, drivers and graphic card, etc."; fDesc[4] = "Word document format (RTF or Word), so you can edit and reuse your PDF content. PDF2Word (PDF to Word) preserves the original PDF text, layout and bitmap images in the generated Word document."; fDesc[5] = "with different types of text formats. Apart from being easy to use and intuitive, it supports a wide variety of popular file extensions."; fDesc[6] = "and save them in an editable form, preserving the layout and formatting of the original as closely as possible. This incredible application is really easy to use and intuitive with wizards that make your work even easier."; fDesc[7] = "Word files. When converting one file into another, the program will allow you to preserve the original layout, images, text and more PDF's information. You can convert one or a group of files per time."; fDesc[8] = "textures, backgrounds and anything in your Word file. The best feature of Word to PDF Converter is that the resulting file is just the same as the original one; the program never makes any changes to text, formatting, colors or anything."; fDesc[9] = "convert paper documents and image files into fully editable text documents. It handles the recognition process automatically, but you can also define areas of text, graphics and tabular formatting."; fDesc[10] = "just a few steps. This incredible program enables you to export the text, bitmap images and other contents from PDF document into a Word document, preserving the original page layout."; fDesc[11] = ", etc. from a PDF document to a Microsoft Word RTF document, keeping same distribution and appearance. It doesn't need Microsoft Word, Acrobat Reader or else for performing the conversion between documents. It works stand alone for creating a MS Word document out of a PDF document."; fDesc[12] = "files into Excel, Word and more. You must open your desired file clicking on the \"File\" menu item, select the data you wish to convert, using your mouse or the \"Select\" menu, choose the desired output format, and save it."; fDesc[13] = "Includes Softwriting handprint recognition demo. SimpleOCR is also a royalty-free developer toolkit (aka SDK or API)."; fDesc[14] = "between PDF, Word, Excel and Powerpoint Documents (97, 2003 or 2007), RTF, or text documents to any of these formats, to an HTML file or to an image file (JPG, BMP, GIF, TIF, TGA, RLE, PNG, EMF or WMF). This program can perform batch conversions between formats."; fDesc[15] = "interface that will guide all users on how to convert their files from one into another. All you have to do to convert your files is to select them, choose the output folder, set some advanced options and then click on the begin conversion job button."; fDesc[16] = "format in seconds. The application adds a toolbar to Microsoft Word, allowing you to control the program from there. You simply have to open a document and press the button reading \"Save as PDF\", and it instantly creates the PDF format of your document."; fDesc[17] = "just a few steps. This incredible program enables you to export the text, bitmap images and other contents from PDF document into a Word document, preserving the original page layout."; fDesc[18] = "and format retention with robust networking capabilities. It includes all the features of the Professional edition plus networking features such as automated network installation, support for networked multi-function peripherals, among others."; fDesc[19] = "to have Adobe Acrobat install on the PC. PDF Grabber has an integrated PDF-Printer, with wich exported documents can be reconverted to PDF. Three versions available according with your specific needs."; fDesc[20] = "files on a separated window. The generated text document maintains the original PDF document layout. Text converted document is divided in the same pages as the original PDF document."; 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 = '...'; } }