I Need your help to convert pdb to txt linux

Asked By 30 points N/A Posted on -
qa-featured

 Hi guys,

I am using Ubuntu Linux. I am in need to convert pdb to txt linux. Is there any program I can use? How can I get this program? Is it free?

Thanks

SHARE
Answered By 10 points N/A #167002

I Need your help to convert pdb to txt linux

qa-featured

Hi there,

You can download a popular PDF to Text converter from internet. Just follow the instructions below.

1.       Open terminal from menu.

2.       Write: sudo apt-get install poppler-utils

3.       Give the password. It will download the required files.

4.       Now write: pdftotext (pdf file name) (text file name)

You can convert the file specifically from last and first also. Also you can use password protection for any file. The command will be like:

Pdftotext –l (number of pages)(pdf file name) (text file name)

Pdftotext –f (number of pages)(pdf file name) (text file name)

Pdftotext –upw ‘password’ (pdf file name) (text file name)

Thank you,

Riley weaver.

Related Questions