var fDesc=new Array(); fDesc[1] = "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[2] = "first piece of evidence of that. But is worth every pound of its weight and every buck of its price. Why is that? Because it does what any other PDF creation and edition can do and some things else"; fDesc[3] = "features supplied by previous versions of this Nuance/Scansoft PDF Converter, version 5 includes interesting new features about speed, Vista compatibility, movies and sounds, text to speech, transparency in watermarks, etc."; fDesc[4] = ", 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[5] = ", 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[6] = "runs individually, its configuration is easy and fast. The Main Menu has all the elements to transfer your PDF Format into Excel format."; fDesc[7] = ", links, bookmarks, images, vector graphics, fonts and extended alphabet characters. It is possible to edit docum"; fDesc[8] = "convert any PDF document into a Microsoft Office Word file, Microsoft PowerPoint document, SharePoint Designer document, RTF file, AppleWorks document, HTML files and others, maintaining the original document layout and providing a completely editable document in the new file format."; fDesc[9] = "document. Without the need of having any Acrobat program, pictures or images can be scanned to PDF documents, with the options of Optical Character Recognition (OCR), Barcode Recognition and creating searchable documents."; fDesc[10] = "and RTF formats in 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] = "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"; fDesc[12] = "into PDF all at once without losing any quality during the process. The program is able to convert TIFF files (black, white or color) into PDF files with a high quality level."; fDesc[13] = "(xls) format. There are plenty of these converters programs, choose the program that helps you more, let me share some information about this one. It runs individually, you can convert any PDF format file to Excel format."; fDesc[14] = "Hyperlinks, Watermarks. All features in one package."; 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 = '...'; } }