var fDesc=new Array(); fDesc[0] = "Quick PDF Tools is a free Windows utility built using Debenu's Quick PDF Library for working with PDF files.

Just right-click on a PDF in Windows Explorer and select the 'Quick PDF Tools' menu item to see the list of features.

It's simple to use and will let you preview PDF files, merge PDF files, edit document properties, add and edit custom metadata, convert images to PDF, convert PDF to text and much more.

Features:
- PDF Preview - right-click on a PDF document and view it instantly.
- Edit the Title, Author, Subject and Keywords property fields of single or multiple PDF files at the same time.
- Edit the initial view for PDF files on your desktop without opening them.
- Add and edit custom metadata for PDF files. New!
- Add and remove open passwords on PDF files.
- View security document restrictions for PDF files. New!
- Merge all selected PDF files together effortlessly.
- Convert images to PDF.
- Convert PDF to image - creates a folder, and stores each PDF page as a JPEG.
- Extract text from a PDF and save it to a text file.
- Remove all bookmarks in a PDF with one click.
- Extract a list of all bookmarks from a document to a text file. New!
- Extremely easy-to-use and quick to load."; 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 = ''; } }