Difference between revisions of "Calibre - format converter untuk ebook"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (New page: * Instalasi Calibre ==Referensi== * http://calibre-ebook.com ==Pranala Menarik== * Linux Howto Category: Linux) |
Onnowpurbo (talk | contribs) |
||
| 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 08: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"