On the calibre development page there's a link to a mailing list, I suggest you subscribe to that and we can hold the discussion there (I find IM to intrusive).
I'll give you some pointers on how to write a plugin for impmake. It will basically need to do two things:
1) define a set of options
2) accept a path to an OPF file and a path to an output file and do the conversion.
3) Create a GUI config dialog based on 1)
I'll add an option to calibre to let the user specify his desired output format (and if the plugin exists for it and the user can point to a working binary) all conversion operations will output that format.
|