0% found this document useful (0 votes)
74 views5 pages

Como Converter Ebbok No Ubuntu

This document discusses several tools for converting eBook formats in Linux, such as ebook-convert, calibre, and unoconv. Ebook-convert can convert between formats like PDF, EPUB, Mobi, and RTF. Calibre supports formats including MOBI, EPUB, and PDF, and allows adding and converting books. Unoconv converts between LibreOffice, PDF, TXT and Microsoft formats like DOC and DOCX.

Uploaded by

Henrique Alencar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
74 views5 pages

Como Converter Ebbok No Ubuntu

This document discusses several tools for converting eBook formats in Linux, such as ebook-convert, calibre, and unoconv. Ebook-convert can convert between formats like PDF, EPUB, Mobi, and RTF. Calibre supports formats including MOBI, EPUB, and PDF, and allows adding and converting books. Unoconv converts between LibreOffice, PDF, TXT and Microsoft formats like DOC and DOCX.

Uploaded by

Henrique Alencar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

How to convert various eBook formats for Amaz... about:reader?url=https://linuxconfig.org/how-to...

linuxconfig.org

How to convert various eBook


formats for Amazon Kindle on
Linux
admin
3-4 minutos

Details
admin
Uncategorised
10 February 2015

Amazon currently accepts limited number of ebook formats


that you can directly send to your Amazon Kindle. In this
config we are going to show few Linux tools which may
assist you with the conversion between various Document

1 of 5 11/08/2018 11:00
How to convert various eBook formats for Amaz... about:reader?url=https://linuxconfig.org/how-to...

and eBook formats.

Based on your amazon Kindle type the supported formats


may include:

Microsoft Word (.doc, .docx)

Rich Text Format (.rtf)

HTML (.htm, .html)

Text (.txt) documents

Archived documents (zip , x-zip) and compressed archived


documents

Mobi book

Portable Document Format PDF

JPEGs (.jpg)

GIFs (.gif)

Bitmaps (.bmp)

PNG images (.png)

ebook-convert

The first tool you might consider is ebook-convert. This


tool is available on Fedora , CentOS, Redhat Linux under
the package named ebook-tools. To install ebook-
tools package run the command below:
# yum install ebook-tools

Once installed you can use ebook-convert to convert


between various eBook formats such as PDF, ePub, Mobi
or RTF. Few examples are listed below:

2 of 5 11/08/2018 11:00
How to convert various eBook formats for Amaz... about:reader?url=https://linuxconfig.org/how-to...

Convert ePub to Mobi

$ ebook-convert my-ebook.epub my-kindle.mobi

Convert PDF to Mobi

$ ebook-convert my-ebook.pdf my-kindle.mobi

Convert ePub to rtf

$ ebook-convert my-ebook.epub my-kindle.rtf

calibre

Another great tool to consider is calibre. calibre is


available on any decent Linux distribution and can be
installed by using the following linux command:
FEDORA/CENTOS/REDHAT
# yum install calibre
DEBIAN/UBUNTU
# apt-get install calibre

calibre calibre supports multiple ebook formats such as


MOBI, EPUB, PDB, AZW3 to name just few. To convert
ebooks using calibre tool simply open a calibre
application
$ calibre

Add and right click on the ebook you wish to convert:

3 of 5 11/08/2018 11:00
How to convert various eBook formats for Amaz... about:reader?url=https://linuxconfig.org/how-to...

Select convert ebooks, followed by the conversion output


format such as mobi and hit OK button. Once the ebook is
converted it will be saved into your previously predefined
"Calibre Library" directory.

unoconv

unoconv tool allows you to convert between LibreOffice,


PDF, TXT and Microsoft's doc and docx document
formats. To install unoconv on your distribution simply run:
FEDORA/CENTOS/REDHAT
# yum install unoconv
UBUNUT/DEBIAN
# yum install unoconv

By default the unoconv command converts any supported


document to PDF.

Convert ODF to PDF

4 of 5 11/08/2018 11:00
How to convert various eBook formats for Amaz... about:reader?url=https://linuxconfig.org/how-to...

For example to convert LibreOffice odt format to PDF you


would run:
$ unoconv -d document my-doc.odt
$ ls
my-doc.odt my-doc.pdf

Convert ODT to DOCX

To convert to any other suported document format we need


use --format option. For example next we are going to
convert Libre Office document to Microsoft document:
$ unoconv -d document --format=docx my-
doc.odt
$ file my-doc.docx
my-doc.docx: Microsoft Word 2007+

Convert ODT to DOC

Similarly we can convert for Microsoft doc format:


$ unoconv -d document --format=doc my-
doc.odt
$ file my-doc.doc
my-doc.doc: Composite Document File V2
Document, Little Endian, Os: Windows,
Version 1.0 ...

Please refer all article related questions to:

You may also be interested in:

5 of 5 11/08/2018 11:00

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy