Is there any software that opens pdf format for copying and pasting of the text?
Is there any software that opens pdf format for copying and pasting of the text?
Otherwise you can check if you already have the
pdftotext
command that comes with the poppler-utils package, try converting converting the pdf into a text file and copy to your heart's content. I have just tried it myself. If you don't have it already here's what you can do on Ubuntu or any Debian based distribution of Linux:
- Update and upgrade your packages:
> sudo apt update && sudo apt upgrade
- Install the
poppler-utils
package> sudo apt install poppler-utils
- Now you can convert your pdf to txt file with:
> pdftotxt -layout -enc UTF-8 name_of_source_file.pdf name_of_destination_file.txt
You can always do a
pdftotxt --help
to see the rest of possible options. Hope this helps.
Otherwise you can check if you already have the
pdftotext
command that comes with the poppler-utils package, try converting converting the pdf into a text file and copy to your heart's content. I have just tried it myself. If you don't have it already here's what you can do on Ubuntu or any Debian based distribution of Linux:
- Update and upgrade your packages:
> sudo apt update && sudo apt upgrade
- Install the
poppler-utils
package> sudo apt install poppler-utils
- Now you can convert your pdf to txt file with:
> pdftotxt -layout -enc UTF-8 name_of_source_file.pdf name_of_destination_file.txt
You can always do a
pdftotxt --help
to see the rest of possible options. Hope this helps.

Aelaraji the Ubuntu Software can't find this . Also why can't TWTXT upload files to this forum? I could let you guys convert the file for me.
Here is the pdf file located on the Internet
https://endtimepublishing.com.au/images/bookspdf/Daniel_Workbook.pdf
Bother, seems like typing it out is my only option....thanks for your help.