Tuesday, May 7, 2024
147
rated 0 times [  147] [ 0]  / answers: 1 / hits: 125095  / 3 Years ago, sun, june 13, 2021, 9:12:51

I would like to know the ways in which epub files can be converted to pdf in ubuntu. Any method, GUI or command line conversion is fine as far as my epub gets converted to pdf. Thanks.


More From » software-recommendation

 Answers
7

You definitely want Calibre. You can use it to convert virtually any file type to any other file type, as long as the source file doesn't have DRM (like Amazon, Adobe, etc.). If it does have DRM, check out Apprentice Alf's blog for help stripping it out with Calibre plugins. Don't use the DRM stripper to pirate books or otherwise violate your agreement with the vendor. Use it so you can enjoy your books on any device in any format.



Calibre is also an awesome e-book management program that can do virtually everything. It can manage Kindles, Android phones/tablets, etc. It can even email your books with one click to your Kindle's email address if you want. You won't be disappointed :-)



From a terminal:



sudo apt-get install calibre



Or search for it in Ubuntu Software Center



To actually convert the EPUB file you can use the following command:



ebook-convert file.epub file.pdf (For details, check this other answer)



Or you can check the details for the conversion dialog using the Calibre GUI.


[#31058] Sunday, June 13, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
utonmbo

Total Points: 134
Total Questions: 104
Total Answers: 118

Location: Argentina
Member since Mon, Jan 3, 2022
2 Years ago
;