Fb2rip ⇒ <EXTENDED>

fb2rip book.fb2 > book.txt Convert to EPUB:

fb2rip --encoding utf-8 book.fb2 > out.txt Missing images in EPUB Fix: Use --images flag (if your version supports it). Otherwise, convert to HTML and embed manually. fb2rip

fb2rip -f epub book.fb2 -o book.epub Batch convert all .fb2 files in a folder: fb2rip book

Top