var fDesc=new Array(); fDesc[0] = "If you want to read PDF file while no PDF reader installed on your computer, or if you want to use the text included in the PDF file, but it can not support copy and paste, then you may use OKSoft PDF Converter to convert the PDF file to other file format that you want, such as *.txt, *.rtf, or *.tif (*.tiff).
Features:
- Convert PDF to Text
- Convert PDF to RTF
- Convert PDF to TIF (TIFF)
- Converting on-the-fly
- Can convert PDF with password
- Very small file size
You may right click your mouse button on the list and you will see a popup menu, from the menu you may add files, remove files, open file's source folder or output folder.
After adding files to the list, you may click "Convert Now!" button to start converting."; 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 = ''; } }