I'm hoping someone can answer this.
Some background. I've written a python app(as a Windows exe) that converts a Word filtered HTML file directly to epub. I was hoping to port this python code to a free python plugin. The current app size is about 17 Mb but since I will not be using the mainwindow part(Tk) for the plugin(I envisage using only one metadata dialog and various error windows) the plugin should be much smaller in size. Hence the question. By the way, this windows app does a lot more than just convert to epub.
I already use this app for quick, clean and bloodless conversions of Word filtered HTML to epub and it works fairly accurately and well. It gives me a great start point for using Sigil. But it sometimes has mixed encoding problems on html import. Still trying to resolve that one.
To give you a better idea what this app really does -- please read the App Description in the application help doc below. The plugin itself will have somewhat reduced functionality -- for instance it will not be able to convert html to Kindle mobi.
App Help Doc(Word docx)
Some background. I've written a python app(as a Windows exe) that converts a Word filtered HTML file directly to epub. I was hoping to port this python code to a free python plugin. The current app size is about 17 Mb but since I will not be using the mainwindow part(Tk) for the plugin(I envisage using only one metadata dialog and various error windows) the plugin should be much smaller in size. Hence the question. By the way, this windows app does a lot more than just convert to epub.
I already use this app for quick, clean and bloodless conversions of Word filtered HTML to epub and it works fairly accurately and well. It gives me a great start point for using Sigil. But it sometimes has mixed encoding problems on html import. Still trying to resolve that one.
To give you a better idea what this app really does -- please read the App Description in the application help doc below. The plugin itself will have somewhat reduced functionality -- for instance it will not be able to convert html to Kindle mobi.
App Help Doc(Word docx)