Calibre - format converter untuk ebook: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs) New page: * Instalasi Calibre ==Referensi== * http://calibre-ebook.com ==Pranala Menarik== * Linux Howto Category: Linux |
Onnowpurbo (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
Yes, Calibre package contains a script called ebook-convert to convert ebooks between formats. You can install Calibre with | |||
sudo apt-get install calibre | |||
then | |||
ebook-convert "book.epub" "book.mobi" | |||
NB: Other formats are supported, too: | |||
ebook-convert "book.azw3" "book.pdf" | |||
| Line 9: | Line 25: | ||
==Pranala Menarik== | ==Pranala Menarik== | ||
* [[Instalasi Calibre]] | |||
* [[Linux Howto]] | * [[Linux Howto]] | ||
[[Category: Linux]] | [[Category: Linux]] | ||
Revision as of 01:42, 19 August 2018
Yes, Calibre package contains a script called ebook-convert to convert ebooks between formats. You can install Calibre with
sudo apt-get install calibre
then
ebook-convert "book.epub" "book.mobi"
NB: Other formats are supported, too:
ebook-convert "book.azw3" "book.pdf"