Skip to content

Instantly share code, notes, and snippets.

@oleg
Last active August 29, 2015 13:55
Show Gist options
  • Save oleg/8770651 to your computer and use it in GitHub Desktop.
Save oleg/8770651 to your computer and use it in GitHub Desktop.
Convert doc to epub with calligra
for f in ls *.doc ; do calligraconverter "$f" $(echo "out/${f%.doc}" | sed 's/[ ,.-]//g').epub; done;
find . -name "*.epub" -exec unzip {} -d {}.dir \;
zip -X title.epub mimetype
zip -rg title.epub META-INF
zip -rg title.epub OEBPS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment