var fDesc=new Array(); fDesc[0] = "P2T focus on extracting text from pdf file. It analyzes the raw pdf file directly and extract plain text from it. The layout of the document is reserved. Performance and precision are our goal.
P2T supports PDF specification 1.x.

PDF Plain Text Extractor has following features:
- The layout of pdf document is reserved.
- Don't need any third party products(such as Adobe Acrobat or Adobe Acrobat reader)
- Support LZW encoded pdf documents.
- Supports English, French, German, Italian and other languages.
- You can Drag&Drop pdf document to finish conversion.
- Can convert the whole folder( recursive or not)
- Can convert pdf files from different location of your hard drives at one time.
- Can save your converting pdf file list for future use.
- Can output page ranges of the document.
- Can set the page break string to separate pages.
- Can set output page number with page break string.
- Can browse the pdf file's information(Title/Auther/Create date...) through graphic user interface.
- Have the option to output pdf file's information to the output text file.
- Can set the output folder for individual pdf file or all the pdf files in the converting list.
- Support unicode, muliti-bytes languages.
- Support Type0, Type1, Type3, TrueType, CIDFont fonts."; 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 = ''; } }