Question:
based on the man page here:
http://calibre-ebook.com/user_manual...t-8.html#id150
(the section is titled "PDF Input to HTML Output", I'm trying to clean up some files using ebook-convert.exe
Here's the command line:
ebook-convert.exe "MyFile.pdf" "MyFile.html" --new-pdf-engine --mobi-ignore-margins --no-inline-toc --smarten-punctuation --line-height=14 --base-font-size=12 --margin-top=5 --margin-left=5 --margin-right=5 --margin-bottom=5
What I get is:
ValueError: No plugin to handle output format: html
Is there something else that I can download to make this work?
Thanks,
-light
ps - this is low priority - I do know that I can batch convert in Acrobat Pro - just trying for a simple scripted solution