Posts

Showing posts from April, 2021

Status: Upgrading from Ubuntu 20.10 to 21.04 (No Official Upgrade Yet)

  From the Ubuntu release announcement on their mailing list: Users of Ubuntu 20.10 will be offered an automatic upgrade to 21.04 in due course once an upgrade bug in the "shim" bootloader is fixed. For further information about upgrading, see:  https://ubuntu.com/download/desktop/upgrade  and  https://discourse.ubuntu.com/t/19221/#heading--release-upgrades

Converting an image pdf file to a searchable text pdf file in a Linux environment

Image
  gscan2pdf Okay, so that's a really long title for a blog post, but sometimes you must use many words to explain what it really is that you are doing, a lesson learned by spending a lot of time on the mostly worthless forums where people have very little ability to form a subject line that has anything to do with their issue.  At any rate, some background. I love downloading public-domain (mostly) books and documents, but often they are scanned as image files. As I am a writer and want to use quotes from the pdf, it is much easier if I convert the picture pdf to a text pdf so I can copy and paste, rather than re-typing the  quoted material.  There are lots of ways to go about this conversion task, but often they require buying conversion software or paying to play in the cloud. I hate spending money on work stuff, so here's my simple, quick solution.  Install gscan2pdf. In Ubuntu, you can do that from the Ubuntu Software Centre or the Gnome Software Center. If ...