mht file : extract to html,js and resources
Is there any tools/ commands to extract a mht file to its component html, js, css and other resource files on Ubuntu 16.04 ? One of my bank'suse this format and though I can open it in chrome was wanted to convert it to html.
Save as saves the html but the styling does not stay.
browser html
add a comment |
Is there any tools/ commands to extract a mht file to its component html, js, css and other resource files on Ubuntu 16.04 ? One of my bank'suse this format and though I can open it in chrome was wanted to convert it to html.
Save as saves the html but the styling does not stay.
browser html
1
You might find stackoverflow.com/a/34342881/446106 useful - it recommends a perl script called unmht. I couldn't find any mhtml files to test, but I was ostensibly able to runperl unmht -hon Ubuntu without any dependency problems.
– mwfearnley
Mar 29 '18 at 20:25
add a comment |
Is there any tools/ commands to extract a mht file to its component html, js, css and other resource files on Ubuntu 16.04 ? One of my bank'suse this format and though I can open it in chrome was wanted to convert it to html.
Save as saves the html but the styling does not stay.
browser html
Is there any tools/ commands to extract a mht file to its component html, js, css and other resource files on Ubuntu 16.04 ? One of my bank'suse this format and though I can open it in chrome was wanted to convert it to html.
Save as saves the html but the styling does not stay.
browser html
browser html
asked Mar 29 '18 at 19:18
tgkprogtgkprog
239517
239517
1
You might find stackoverflow.com/a/34342881/446106 useful - it recommends a perl script called unmht. I couldn't find any mhtml files to test, but I was ostensibly able to runperl unmht -hon Ubuntu without any dependency problems.
– mwfearnley
Mar 29 '18 at 20:25
add a comment |
1
You might find stackoverflow.com/a/34342881/446106 useful - it recommends a perl script called unmht. I couldn't find any mhtml files to test, but I was ostensibly able to runperl unmht -hon Ubuntu without any dependency problems.
– mwfearnley
Mar 29 '18 at 20:25
1
1
You might find stackoverflow.com/a/34342881/446106 useful - it recommends a perl script called unmht. I couldn't find any mhtml files to test, but I was ostensibly able to run
perl unmht -h on Ubuntu without any dependency problems.– mwfearnley
Mar 29 '18 at 20:25
You might find stackoverflow.com/a/34342881/446106 useful - it recommends a perl script called unmht. I couldn't find any mhtml files to test, but I was ostensibly able to run
perl unmht -h on Ubuntu without any dependency problems.– mwfearnley
Mar 29 '18 at 20:25
add a comment |
1 Answer
1
active
oldest
votes
unmht didn't work for me (Can't find Content-Type header - not a MIME HTML file?)
I just
- opened with Chrome
Ctrl + u and save all the HTML source code manually to an html file.
You can do the same for binary files, saving with the same name as named on the HTML. I know that this is a very shitty way but it was enough/easy/straightforward for me.
yes back then did not open in ubuntu and the version of chrome that was available then. good they have implemented it now. works on my andrid phone with chrome too, but have to choose Open with (other) every time (on adnroid).
– tgkprog
1 hour ago
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1020359%2fmht-file-extract-to-html-js-and-resources%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
unmht didn't work for me (Can't find Content-Type header - not a MIME HTML file?)
I just
- opened with Chrome
Ctrl + u and save all the HTML source code manually to an html file.
You can do the same for binary files, saving with the same name as named on the HTML. I know that this is a very shitty way but it was enough/easy/straightforward for me.
yes back then did not open in ubuntu and the version of chrome that was available then. good they have implemented it now. works on my andrid phone with chrome too, but have to choose Open with (other) every time (on adnroid).
– tgkprog
1 hour ago
add a comment |
unmht didn't work for me (Can't find Content-Type header - not a MIME HTML file?)
I just
- opened with Chrome
Ctrl + u and save all the HTML source code manually to an html file.
You can do the same for binary files, saving with the same name as named on the HTML. I know that this is a very shitty way but it was enough/easy/straightforward for me.
yes back then did not open in ubuntu and the version of chrome that was available then. good they have implemented it now. works on my andrid phone with chrome too, but have to choose Open with (other) every time (on adnroid).
– tgkprog
1 hour ago
add a comment |
unmht didn't work for me (Can't find Content-Type header - not a MIME HTML file?)
I just
- opened with Chrome
Ctrl + u and save all the HTML source code manually to an html file.
You can do the same for binary files, saving with the same name as named on the HTML. I know that this is a very shitty way but it was enough/easy/straightforward for me.
unmht didn't work for me (Can't find Content-Type header - not a MIME HTML file?)
I just
- opened with Chrome
Ctrl + u and save all the HTML source code manually to an html file.
You can do the same for binary files, saving with the same name as named on the HTML. I know that this is a very shitty way but it was enough/easy/straightforward for me.
answered 2 hours ago
Pablo BianchiPablo Bianchi
2,98021535
2,98021535
yes back then did not open in ubuntu and the version of chrome that was available then. good they have implemented it now. works on my andrid phone with chrome too, but have to choose Open with (other) every time (on adnroid).
– tgkprog
1 hour ago
add a comment |
yes back then did not open in ubuntu and the version of chrome that was available then. good they have implemented it now. works on my andrid phone with chrome too, but have to choose Open with (other) every time (on adnroid).
– tgkprog
1 hour ago
yes back then did not open in ubuntu and the version of chrome that was available then. good they have implemented it now. works on my andrid phone with chrome too, but have to choose Open with (other) every time (on adnroid).
– tgkprog
1 hour ago
yes back then did not open in ubuntu and the version of chrome that was available then. good they have implemented it now. works on my andrid phone with chrome too, but have to choose Open with (other) every time (on adnroid).
– tgkprog
1 hour ago
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1020359%2fmht-file-extract-to-html-js-and-resources%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
You might find stackoverflow.com/a/34342881/446106 useful - it recommends a perl script called unmht. I couldn't find any mhtml files to test, but I was ostensibly able to run
perl unmht -hon Ubuntu without any dependency problems.– mwfearnley
Mar 29 '18 at 20:25