mht file : extract to html,js and resources












2















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.










share|improve this question


















  • 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
















2















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.










share|improve this question


















  • 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














2












2








2








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.










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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 run perl unmht -h on Ubuntu without any dependency problems.

    – mwfearnley
    Mar 29 '18 at 20:25














  • 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








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










1 Answer
1






active

oldest

votes


















1














unmht didn't work for me (Can't find Content-Type header - not a MIME HTML file?)



I just




  1. opened with Chrome


  2. 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.






share|improve this answer
























  • 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











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
});


}
});














draft saved

draft discarded


















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









1














unmht didn't work for me (Can't find Content-Type header - not a MIME HTML file?)



I just




  1. opened with Chrome


  2. 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.






share|improve this answer
























  • 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
















1














unmht didn't work for me (Can't find Content-Type header - not a MIME HTML file?)



I just




  1. opened with Chrome


  2. 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.






share|improve this answer
























  • 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














1












1








1







unmht didn't work for me (Can't find Content-Type header - not a MIME HTML file?)



I just




  1. opened with Chrome


  2. 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.






share|improve this answer













unmht didn't work for me (Can't find Content-Type header - not a MIME HTML file?)



I just




  1. opened with Chrome


  2. 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.







share|improve this answer












share|improve this answer



share|improve this answer










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



















  • 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


















draft saved

draft discarded




















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

香粉寮

GameSpot