Chilkat HOME ASP Visual Basic VB.NET C# Visual C++ C MFC Delphi FoxPro Java Perl PHP Python Ruby SQL Server VBScript
|
Convert HTML to MHT VbScript Convert an HTML file to MHT. All referenced images, style sheets, scripts, etc. will be embedded within the MHT. If problems occur, consult the last-error information created by the SaveLastError method call. set mht = CreateObject("ChilkatMht.ChilkatMht")
mht.UnlockComponent "30-day trial"
mht.GetAndSaveMHT "test.html","test.mht"
mht.SaveLastError "errors.xml"
|
Need a specific example? Send a request to support@chilkatsoft.com
© 2003-2008 Chilkat Software, Inc. All Rights Reserved.