Use pdftotext utility can be used to convert Portable Document Format (PDF) files to plain text.
$ sudo apt-get install poppler-utils
usage:
$ pdftotext abc.pdf xyz.txt
$ pdftotext -l 5 abc.pdf xyz.txt ( convert last 5 pages)
$ pdftotext -f 5 abc.pdf xyz.txt (convert first 5 pages)
$ pdftotext -upw 'password' abc.pdf xyz.txt ( for password protected pdf)
Convert PDF to TXT in Ubuntu Linux
Related Posts:
How to Open and Extract .DAA Image FilesDAA stands for Direct Access Archive is PowerISO proprietary and private disk image format which supports compression, password protection, and split … Read More
How to Burn a CD’s/DVD’s in Ubuntu LinuxGnomeBaker is a Gnome CD/DVD burning application.GnomeBaker is a GTK2/Gnome CD/DVD burning application. I’ve been writing it in my spare time so progr… Read More
Install .rpm packages in Ubuntua Ubuntu normally use .deb package for application installer. However, if you have an rpm file for a package you wish to install, and if you cannot fi… Read More
How to install PHP6 in ubuntu / Debian LinuxThe full stable version of PHP6 is not yet released. But pre-built package is available. Early birds can start now. You can install a development snap… Read More
How to Install GCC (c/c++) Compiler in Ubuntu LinuxInstall package called build-essential is the best way build-essential contains a list of packages which are essential for building Ubuntu packages… Read More
0 comments:
Post a Comment