MSFT Internet Explorer has a somewhat useful feature called MHT Web Archive. What it does is save an entire web page, including images, to a single file. An added bonus is the MHT format apparently uses straightforward, non-proprietary base64 encoding to handle the images.
This useful feature is apparently no longer supported. Now with a bunch of MHT files sitting around that are no longer readable, it is time for Perl to step in and convert all those MHT files into something else. The question is, what should that something else be, and do I have to code it myself or has someone else already gone down this road.
Absent any insight to the contrary, it looks like I will have to slap together a perl script to grab each 'region' from each MHT file, and export the regions as HTML, GIF, JPG (etc) files. This ruins the single-file-encapsulation feature, but at least makes the content readable again.
Any better ideas out there greatly appreciated.
In reply to MSFT Explorer MHT File Munging by dimar
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |