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] = "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[3] = "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[4] = "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[5] = "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[6] = "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[7] = "with different types of text formats. Apart from being easy to use and intuitive, it supports a wide variety of popular file extensions."; fDesc[8] = "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[9] = ", 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[10] = "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[11] = "allows you to convert text into a WAV/MP3 audio file so you can listen later."; fDesc[12] = "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[13] = "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[14] = "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[15] = "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[16] = "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[18] = "between them. It also has a dictionary, verb conjugator, and specialties in order to have an accurate translation."; fDesc[19] = "also offers text editing, retaining the format and layout, converting scanned PDFs to Word, creating PDFs from any Windows application; all this while retaining (optionally) the original design of your PDF."; fDesc[20] = "TIFF, PDF to JPG, PDF to JPEG, DWG to TIFF,DWG to JPG,DWG to JPEG,DXF to TIFF,DXF to JPG,DXF to JPEG, PPT to TIFF,PPT to JPG,Word to PDF"; 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 = '...'; } }