PROJET AUTOBLOG


Links

source: Links

⇐ retour index

software recommendation - converting epub files to PDF format - Ask Ubuntu

mercredi 26 avril 2017 à 13:26
sudo apt-get install calibre
# ebook-convert file_in.epub file_out.pdf
for f in *.epub; do ebook-convert $f $f.pdf; done
Permalink