How to convert HTML to MS Word compatible format especially the Image ? Basically I need to convert HTML (Generated from TinyMCE) To MS Word Doc with Images etc (non URL images) and I figured out that MS Word doesn't support Data URI HTML standards . MHTML seems to be a a good option ? How can I convert a HTML with Images to MHTML using Python ?
问问题
2910 次
1 回答
2
Tim Golden 关于使用 IE 自己的对象的技巧可能会解决这种情况:http ://timgolden.me.uk/python/win32_how_do_i/create-an-mhtml-archive.html
但实际上,我也在为此寻找一个跨平台的解决方案。
于 2014-08-25T08:04:25.003 回答