LKBEN11058: Howto convert a pdf document to a text file so it can be viewed via ssh or telnet
Symptom
You need to look at a pdf document via command line utilities or want to index or search in it.
Cause
none
Solution
To convert a pdf document you can use the pdftotext utility. It is contained in the poppler-utils on a debian like system. (debian, ubuntu, kubuntu, ...)
e.g.
To convert the 'svn-book.pdf' to txt you only need to do the following:
pdftotext /tmp/svn-book.pdf /tmp/output.txt
For more information you can view the man pages.
Disclaimer:
The information provided in this document is intended for your information only. Lubby makes no claims to the validity of this information. Use of this information is at own risk!About the Author
Author:
- Keskon GmbH & Co. KGWim Peeters is electronics engineer with an additional master in IT and over 30 years of experience, including time spent in support, development, consulting, training and database administration. Wim has worked with SQL Server since version 6.5. He has developed in C/C++, Java and C# on Windows and Linux. He writes knowledge base articles to solve IT problems and publishes them on the Lubby Knowledge Platform.