Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

Is there a command line program for linux that will let me read the text of PDFs? I'll willing to live with a lack of pictures.

share|improve this question

4 Answers

up vote 10 down vote accepted

There are several pdf2text tools in Ubuntu. For example, the poppler-utils package contains /usr/bin/pdftotext.

share|improve this answer

Howto Open a PDF file under Linux / FreeBSD (lower part of article give you the options you are looking for)

share|improve this answer

pdf2txt.py from the Python project PDFMiner.

share|improve this answer

zathura is the tool you are looking for => http://pwmt.org/projects/zathura/

For Ubuntu and Arch Linux, just use the package management tools apt-get install zathura or pacman -S zathura to install.

To view PDF in CLI/Terminals, just run zathura /path/to

NOTE: zathura depends on x11 client libraries, it cannot run without them. So if you ssh to a remote host and run zathura on it, you'll have to do X11 Forwarding (which means you need to run a X Server - Ubuntu Desktop will do).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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