Quantcast
Channel: MobileRead Forums
Viewing all articles
Browse latest Browse all 50080

Multiple input files for ebook-convert or other Calibre CLI tools?

$
0
0
Goal is to convert set of well-structured input files into an ePub file. In pandoc, the command line for it can be as easy as this:

Code:

# pandoc accepts wildcard designations or list of filenames
# Convert all .md files into a single ebook file called foo.epub:
$ pandoc -o foo.epub  *.md

Is there any convention for multiple file input with any Calibre ebook creation tools? For example, these command lines don't work as I'd hope:

Code:

# Convert all .md files in current directory to HTML
$ markdown-calibre -v *.md

# Convert all .html files in directory to a single book file called foo.epub
$ ebook-convert *.html foo.epub

Thanks!

Viewing all articles
Browse latest Browse all 50080

Latest Images

Trending Articles



Latest Images