Thread
:
Custom DOC Convert stopped working in 0.8.39
View Single Post
02-15-2012, 01:00 PM
#
2
kovidgoyal
creator of calibre
Posts: 45,398
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
THe correct way to get access to an input plugin is
from calibre.customize.ui import plugin_for_input_format
html_input = plugin_for_input_format('html')
html_input.convert(...)
kovidgoyal
View Public Profile
Visit kovidgoyal's homepage!
Find More Posts by kovidgoyal
Track Posts by kovidgoyal via RSS