var fDesc=new Array(); fDesc[1] = "enabling the user to edit PDF files in an easy and efficient way. It provides a user friendly editing interface and makes users feel like they are editing a common document with a commonly used editor."; fDesc[2] = "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[3] = ", 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[4] = "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[5] = "Runtime Environment. Because of this Java core, it will work fine on any platform such as Windows, Mac and Linux. It easily merges and splits documents, protect by password and compress result documents."; fDesc[6] = "format documents, spreadsheets and forms, preserving the original formattings and all the graphics. Capability of auto-filling forms and generating templates for similar files conversions. Mark-up and comments tools. and security features are added to this version."; fDesc[7] = ", 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[8] = "all versions of Acrobat Reader applications. PDF documents can be protected by password with 40 or 128 bit encryption. Batch conversion operation supported. Manual operations by means of command line actions and script inclusion."; fDesc[9] = "having Adobe Reader installed. It has the ability to extract images and save them in the following formats: TIF, JPEG, BMP, GIF, PNG, TGA, PBM, PPM, and PCX."; fDesc[10] = "stamps. It also supports deleting, creating or duplicating of pages. The program has a function to email and share your modified documents."; fDesc[11] = "file types. The tool not only acts as a converter but helps to convert the PDF files into most of the commonly used file types. The tool comes as a freeware where user can convert the PDF file to TXT file format."; fDesc[12] = "different file, or merge selected pages and full PDF documents into a new one. It offers a high level of flexibility and an adequate number of splitting and merging options. This stand-alone tool does not require the user to have any Adobe application installed."; fDesc[13] = "PDF creator. The program refuses to open the protected document if the viewer didn't install the required license on his computer."; fDesc[14] = "in the original file, such as new keywords, bookmarks, or page labels. You can also customize the transition between pages when using the PDF document as a slide show."; fDesc[15] = "and doesn’t require any other software to be installed on your system. It is a very useful tool to optimize PDF documents for fast viewing in the system, as well as for web viewing. It also helps in reducing the size of PDF file and improving its reliability."; 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 = '...'; } }