View Single Post
Old 06-02-2017, 10:47 PM   #56
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by pcyanide View Post
I use 64 bit version of Windows, so my WordConv is location under 'Program Files (x86)', rather than 'Program Files', however DocInput plugin searches it in 'C:\Program Files\MirosoftOffice\Office12'. When I go to Preferences\Input Option, I don't see DocInput plugin listed. I also tried to replace a line in __init__.py

OptionRecommendation(name='wordconv_exe_path', recommended_value='c:\Program Files\Microsoft Office\Office12\Wordconv.exe',

with

OptionRecommendation(name='wordconv_exe_path', recommended_value='c:\Program Files (x86)\Microsoft Office\Office12\Wordconv.exe',

Still didn't help!
The location set for where wordconv is shouldn't prevent the plugin from loading. If it is wrong, then there will be an error when you try to do a converion

If "DOC Input" isn't showing in the Input Options, then it isn't installed. If you have done the install, then there is probably an error during calibre startup. Firstly, check if the plugin is listed in the plugins page of the preferences. If it is missing from there, try reinstalling it. If it is still missing, restart calibre in debug mode (right click on preferences and choose the option). When calibre starts, close it again and the debug log will be displayed. Look for any errors near the start of the log. Post the error and I'll see if I can work out what is wrong.

Quote:
Of course I can convert to Docx, in which case it should work. But still I prefer to use DocInput plugin, as DOC is the default format of Word 2013, which I am using.
Are you sure of that? I would have said that Word change to docx as the default before Word 2013. Are you sure you haven't changed the default? In any case, I would recommend docx as the input format if you can. All the DOC Input plugin is doing is converting the doc to a docx and calling then converting that.
davidfor is offline   Reply With Quote