Skip to content

Instantly share code, notes, and snippets.

@palashkulsh
Last active August 11, 2021 22:35
Show Gist options
  • Save palashkulsh/19d8708660e0148106a3f84c95405211 to your computer and use it in GitHub Desktop.
Save palashkulsh/19d8708660e0148106a3f84c95405211 to your computer and use it in GitHub Desktop.
how to convert epub to pdf
sudo apt-get install calibre
ebook-convert file.epub file.pdf
@SMUsamaShah
Copy link

On Ubuntu WSL I was getting this error

ImportError: libQt5Core.so.5: cannot open shared object file: No such file or directory

It was fixed with following command which is explained at https://github.com/dnschneid/crouton/wiki/Fix-error-while-loading-shared-libraries:-libQt5Core.so.5

sudo strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment