books:calibre

“Ze” soft pour ebooks

https://calibre-ebook.com/download_linux

  sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin
  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()"

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

https://manual.calibre-ebook.com/faq.html

calibredb catalog ~/Bureau/calibre.csv

Calibre-Web is a web app that offers a clean and intuitive interface for browsing, reading, and downloading eBooks using a valid Calibre database.

https://github.com/janeczku/calibre-web

ebook-convert input_file output_file  --base-font-size=12 --embed-font-family=arial

intranet

  • books/calibre.txt
  • Dernière modification : 2025/10/01 17:40
  • de radeff