Epub: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs)
Onnowpurbo (talk | contribs)
 
Line 11: Line 11:
  sudo apt-get install calibre
  sudo apt-get install calibre


atau
sudo add-apt-repository ppa:n-muench/calibre
sudo apt-get update
sudo apt-get install calibre


==Referensi==
==Referensi==

Latest revision as of 22:46, 5 April 2014

EPUB (short for electronic publication) is a free and open e-book standard by the International Digital Publishing Forum (IDPF). Files have the extension .epub.

EPUB is designed for reflowable content, meaning that an EPUB reader can optimize text for a particular display device. EPUB also supports fixed-layout content. The format is intended as a single format that publishers and conversion houses can use in-house, as well as for distribution and sale. It supersedes the Open eBook standard.

Membuka epub

You can use calibre software for viewing .epub documents.

To install calibre from terminal:

sudo apt-get install calibre

atau

sudo add-apt-repository ppa:n-muench/calibre
sudo apt-get update
sudo apt-get install calibre

Referensi