Chilkat MHT C / C++ Library is a simple library that converts HTML to self-contained .MHT web archives.
Chilkat MHT C / C++ Library can also convert HTML into a self-contained email with all referenced images embedded within the email.
Chilkat MHT can download HTML from a url, load HTML from a file, or accept HTML passed in directly as an in-memory string.
Here are some key features of "Chilkat MHT C / C++ Library":
· Download HTML from a URL and save it as a .mht file.
· Download HTML from a URL and save it as a .eml file.
· Download HTML from a URL and create a Chilkat email object for use with Chilkat Email.
· Convert local HTML files to .mht, .eml, or email object.
· Convert in-memory HTML to .mht, .eml, or email object.
· Unpack .mht files.
· SOCKS4 and SOCKS5 proxy support.
Limitations:
· 30 days trial.
What's New in This Release: [ read full changelog ]
· All:
· Added a free supporting CkDateTime object for date/time functionality. The use of SYSTEMTIME will become deprecated in favor of methods that instead return a CkDateTime object. More information about this will be added to www.example-code.com, as well as the reference documentation.
· (Compression):
· Added the “zlib” compression algorithm to the Chilkat.Compression / CkCompression class. This is the same as “deflate”, but includes the zlib header.
(Certificate):
·
The Rfc822Name string property will return all subject alternative names (if more than one exists) in comma-separated list.
(Crypt):
·
Added “Q”, “B”, “url_oauth”, “url_rfc1738″, “url_rfc2396″, “url_rfc3986″ to the list of available encoding/decoding algorithms (i.e. the Chilkat.Crypt2.EncodingMode property).
(CkString):
·
Extended CkString so that the AppendEncoded and GetDecoded methods recognize and use any of the encoding algorithms available in the Chilkat.Crypt2.EncodingMode property.
· (HTTP):
· Fixed SynchronousReques...