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 Create CDs and DVDs with Menu in Ubuntu 10.10 : DeVeDe DeVeDe is a program to create video DVDs and CDs (VCD, SVCD or CVD), suitable for home players, from any video files in any of the formats supported … Read More
How to play DVD Movies in Ubuntu Linux 10.10 Ubuntu 9.04, 9.10, 10.04 (i386, amd64) and 10.10 Install the libdvdread4 package (no need to add third party repositories) via Synaptic or command … Read More
How toconnect to wireless lan in ubuntuIf your wireless card is properly installed use the following command for connect to a wireless access point sudo ifconfig eth0 down sudo ifconfig wl… Read More
Mirror Your Remote Server Graphically with Grsync in Ubuntu Linux rsync is an open source utility that provides fast incremental file transfer. rsync uses the "rsync algorithm" which provides a very fast method syn… Read More
Install Mozilla Firefox 4 in Ubuntu LinuxIf possible remove the older version first. Now You can start Firefox 4 Installation 1. Open Synaptic Package Manager and add the Firefox PPA to the … Read More
0 comments:
Post a Comment