How to extract hhp file from a chm file?

Up vote 0 down vote favorite share g+ share fb share tw.

I have an A. Chm file for my windows application which runs as expected. When I decompile it using HTML workshop I get set of html files, .

Hhc file, . Hhk file. When I compile another file B.

Chm from these extracted files without changing any of the files.((I want to add more html contents to this file but looks like I am losing some information after decompiling)) The output file I get is 72K where as the original file was 75K. B. Chm's contents look all file when viewed in the chm viewer but the behavior is lost when when used with the application.

After reading around I found that if . Hhp can be extracted from a . Chm file then it can be re-constructed as it is without losing any mapping or aliases.

Is that true? How can I extract . Hhp file from a .

Chm file? Thanks, Sam chm link|improve this question asked Jun 10 '10 at 15:33Sam637 17% accept rate.

No, Yes , and no. The original hhp can't be guaranteed extracted however since chm is an archive type, the project could have added all project files to the archive. I assume you already found them if that were the case.

If the decompile process does its administration, it can regenerate the . Hhp to a certain degree. Comments and #define names will probably be lost though, maybe more, but that should not result in problems when recompiling.

But of course it could be that the decompiler is limited. You could try some other (search for something from "keytoolss"). If not, then take "chmlib" and start drilling down into the format.

Thanks for you reply. I have come across chmDecompiler which claims that it can extract . Hhp file.

Though someone has to buy it to get this functionality. – Sam Jun 11 '10 at 15:52 I've whipped up a small util that extract alias data from CHMs btw. – Marco van de Voort Sep 7 '10 at 20:55.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions