We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looking at whether we can mobi (and maybe pdf) versions of GITenberg books by using calibre inside of travis.
The text was updated successfully, but these errors were encountered:
I am able to run ebook-convert (part of Calibre) to convert an epub to mobi and pdf with the following commands on Ubuntu 14.04 LTS:
ebook-convert
sudo apt-get -y update sudo apt-get -y install xvfb sudo apt-get -y install calibre # get Huck Finn epub wget https://github.com/GITenberg/Adventures-of-Huckleberry-Finn_76/releases/download/0.1.7/Adventures-of-Huckleberry-Finn.epub # mobi ebook-convert Adventures-of-Huckleberry-Finn.epub Adventures-of-Huckleberry-Finn.mobi #pdf -- need xvfb to run xvfb-run ebook-convert Adventures-of-Huckleberry-Finn.epub Adventures-of-Huckleberry-Finn.pdf
Sorry, something went wrong.
first attempt to implement gitenberg-dev/Second-Folio#25
6228c18
No branches or pull requests
Looking at whether we can mobi (and maybe pdf) versions of GITenberg books by using calibre inside of travis.
The text was updated successfully, but these errors were encountered: