View Single Post
Old 10-29-2021, 10:01 AM   #1
wolf123
Member
wolf123 began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Jun 2020
Device: nook simple touch
Issue converting EPUBs to HTML

Hi!

I am struggling with the conversion epub -> html.

When I run: $ ebook-convert file.epub file.html --extract-to test/
I get:
Code:
Traceback (most recent call last):
  File "/usr/bin/ebook-convert", line 20, in <module>
    sys.exit(main())
  File "/usr/lib/calibre/calibre/ebooks/conversion/cli.py", line 362, in main
    parser, plumber = create_option_parser(args, log)
  File "/usr/lib/calibre/calibre/ebooks/conversion/cli.py", line 320, in create_option_parser
    plumber = Plumber(input, output, log, reporter)
  File "/usr/lib/calibre/calibre/ebooks/conversion/plumber.py", line 755, in __init__
    raise ValueError('No plugin to handle output format: '+output_fmt)
ValueError: No plugin to handle output format: html
Ideally, I would like to get multiple html files in my test/ folder.

Is this possible? What am I getting wrong?

I am on Debian 10, Calibre 3.39.1.

Thank you!!
wolf123 is offline   Reply With Quote