2 min read

Converting ePub to PDF

I bought the Michael w Lucas book Dear Abyss through the Kickstarter. When it arrived in my email inbox, Bookfunnel didn’t have an option to download it as PDF. It did, however, have an EPUB option.

Luckily, I know how to do the conversion. It took me a minute or two to remember, so this time I’m writing it down.

  1. Install Calibre with sudo apt install calibre.

  2. Run Calibre from the command line calibre.

  3. Click the “Add books” button. a green button with a plus symbol on it and the words Add books below it.

  4. Select the ePub file.

  5. Click the “Convert books” button. a brown button with two curving arrows on it and the words Convert books below it

  6. Change the Output format to PDF in the dialog that pops up. A text widget called Output format with an underscore under the O in output, to the right of which is a drop-down. PDF is selected in the dropdown.

  7. Click “OK”.

  8. Calibre spins for a bit and then deposits the PDF in the library directory. In my case that was ”~/Calibre Library/(author)/(title) (n)”, where n is the number of the book in the library.

And there you go — next time I’ll remember this.