Last active
August 11, 2021 22:35
-
-
Save palashkulsh/19d8708660e0148106a3f84c95405211 to your computer and use it in GitHub Desktop.
how to convert epub to pdf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install calibre | |
ebook-convert file.epub file.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On Ubuntu WSL I was getting this error
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