var fDesc=new Array(); fDesc[0] = "PDF Quick Reader is a versatile PDF Reader with functionality that goes beyond conventional reader software. This software supports conversion in the form of Export functionality. As a Reader utility it allow PDF files to be opened, accessed and read by the viewer. It also supports Printing of the documents and clipboard facility to make use of the copy paste functionality. PDF quick reader converts PDF file to images in addition to text file. This utility provides the functionality for the PDF files to be digitally signed and emailed. Most of us receive forms through Emails in the form of PDF especially official contracts or documents. PDF Quick Reader alleviates the need to print the form to fill and resend by allowing Editable PDF forms to enter information. Entered PDF forms can be saved and emailed through the PDF Email facility in-built in the software. This facility provides substantial saving of time and effort to be termed as a well designed and user friendly software.
PDF Quick Reader provides rotation facility to position the pages in readable view. This functionality helps the users accessing PDF files with pages arranged horizontally particularly in the case of pages of scanned books. PDF Quick Reader supports a number of tools for easy navigation and display including search and replace functions."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }