0.1.2 • Published 12 years ago
mhtml v0.1.2
MHTML
Extract MHTML files to HTML.
Usage
Command Line
Basic extract.
mhtml archive.mhtmlExtract to a different directory.
mhtml archive.mhtml outputExtracts all mhtml archives contained inside a folder.
mhtml archivesGet more usage instructions and examples.
mhtml --helpLibrary
var mhtml = require('/mhtml');
mhtml.extract('path/to/file.mhtml', 'path/to/destination', function (err) {
console.log('done.');
});
