PDF to TEXT open source command line tool ? It must be Command line utility & should be open source, free to use.

link|improve this question
feedback

migrated from stackoverflow.com Jun 8 '11 at 20:46

This question came from our site for professional and enthusiast programmers.

3 Answers

up vote 3 down vote accepted

I use pdftotext in poppler-utils on Ubuntu. It works great. The -layout option is especially helpful with tables.

link|improve this answer
feedback

Personally, I use PDFMiner for Python (>= 2.6). It's simple enough, and it has always seemed to work consistently.

link|improve this answer
feedback

Pdftotext, which is a part of Xpdf package, is what you are looking for.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.