Difference between revisions of "Calibre - format converter untuk ebook"

From OnnoWiki
Jump to navigation Jump to search
(New page: * Instalasi Calibre ==Referensi== * http://calibre-ebook.com ==Pranala Menarik== * Linux Howto Category: Linux)
 
Line 1: Line 1:
* [[Instalasi Calibre]]
+
 
 +
 
 +
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"




Referensi

Pranala Menarik