问题
Folks,
I have some HTML generated from my WSDL and XSD files for a web service, and I'd like to convert thos two HTML, along with some images (company logo) and CSS file(s), into a single MHT file during my continuous integration, so that I can distribute it to customers (other devs outside the company using this web service).
I'd like to achieve this automatically, ideally using a MSBuild task, or a command-line utility.
Is there a quick'n'easy way to do this? Cheap or free tool, or a C# solution to do it?
Marc
回答1:
See this
(ps : it was written by Jeff Atwood :))
回答2:
I don't know about cheap but if you already have MS Office 2007 you can use Word tto save HTML file as MHT
来源:https://stackoverflow.com/questions/729793/convert-html-wsdl-xsd-doc-to-mht-in-a-msbuild-step