
: Re: How can I automate the creation of EPUB files from series of existing JPEG photos? I have multiple sets of JPEG photos (not images/scans of books, but of e.g. my children), that I would like
0 Reactions
The following Linux script creates a simple markdown syntax txt file listing all the jpegs, and convert it to epub using calibre.
for i in *.jpg; do echo ; done > alljpgs.txt
ebook-convert alljpgs.txt alljpgs.epub --formatting-type markdown
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Averallann