LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Text Based PDF viewer (https://www.linuxquestions.org/questions/linux-software-2/text-based-pdf-viewer-177873/)

qcoder 05-04-2004 03:46 PM

Text Based PDF viewer
 
Is there a text based pdf viewer ?

TheOther1 05-04-2004 06:18 PM

Xpdf includes a PDF text extractor (pdf2text) that you can pipe to less and read them that way.
Code:

pdf2text /path/to/myfile.pdf | less
You don't have to have X running to use it.


All times are GMT -5. The time now is 11:43 AM.