Chilkat HOME ASP Visual Basic VB.NET C# Visual C++ C MFC Delphi FoxPro Java Perl PHP Python Ruby SQL Server VBScript
|
Save Web Page as .mht Web ArchiveDownloads a web page into a .mht web archive.
import sys import chilkat mht = chilkat.CkMht() success = mht.UnlockComponent("30-day trial") if (success != True): print "Mht component unlock failed" sys.exit() success = mht.GetAndSaveMHT("http://www.bonairefishing.com/","bonairefishing.mht") if (success != True): print mht.lastErrorText() sys.exit() else: print "MHT Created!" |
Need a specific example? Send a request to support@chilkatsoft.com
© 2000-2008 Chilkat Software, Inc. All Rights Reserved.