Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

torazem/mht-extract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NB: This project is not under active development


MHT Extract

A simple utility for extracting images from MHT web archives.

Installation

npm install mht-extract

Example Usage

mhte.extractEncodedFiles(mhtPath, [options])

let mhte = require('./mht-extract');

let mhtPath = __dirname + "/SomeFile.mht";
let options = { outputPath: "images" };

mhte.extractEncodedFiles(mhtPath, options);

NB: Export will fail if the given output folder does not exist.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published