This is an old revision of the document!
first create a txt file with all the arguments
cat list.txt | while read line; do "ebook-convert" "$line" "$line.pdf" ; done