calibre
“Ze” soft pour ebooks
- Site officiel et téléchargement: https://calibre-ebook.com/
- Manueel: http://manual.calibre-ebook.com
install / upgrade
https://calibre-ebook.com/download_linux
sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin
Tips ligne de commande
export db https://manual.calibre-ebook.com/generated/en/calibredb.html calibredb catalog ./
convertisseur en ligne de commande
sudo python -c "import urllib2; exec urllib2.urlopen('http://status.calibre-ebook.com/linux_installer').read(); main()"
Conversions
avec le GUI
https://manual.calibre-ebook.com/fr/conversion.html
en ligne de commande
https://manual.calibre-ebook.com/fr/generated/fr/ebook-convert.html
exemples
ebook-convert input.odt outputfile.epub ebook-convert radioaktif.odt radioaktif.epub --no-default-epub-cover ebook-convert radioaktif.html radioaktif.epub --no-default-epub-cover
faq
exporter sa bibliothèque calibre au format csv
calibredb catalog ~/Bureau/calibre.csv
Calibre-Web
Calibre-Web is a web app that offers a clean and intuitive interface for browsing, reading, and downloading eBooks using a valid Calibre database.
convertir un fichier (p.ex.html) en epub en ligne de commande
ebook-convert input_file output_file --base-font-size=12 --embed-font-family=arial