PDA

View Full Version : Converting HTML help files


robmh
02-08-2004, 07:07 AM
I've created a utility called hhc2html which converts an HTML help .hhc file to a set of HTML pages.

When used in conjunction with Microsoft's free HTML Help Workshop tool, compiled help (.chm) files can be easily converted to iSilo format.

I use it to carry around some eBooks on my Palm.

The process is a as follows:

1. Decompile the .chm file using HTML Help Workshop.
2. Run my utility to convert the .hhc file.
3. Open iSiloX and drag the newly-created TOC.htm file onto it.
4. Convert the file using iSiloX.

To use my utility, I create a batch file which contains, for example:

"G:\Documents and Settings\Rob\My Documents\hhc2html\hhc2html.exe" "G:\Documents and Settings\Rob\My Documents\_Reference\xxx.hhc"

Notes:

* The full path of hhc2html.exe and the .hhc file must be specified.
* hhc2html.exe runs under v1.1 of the .NET framework. (It should also run under v1.0 but I haven't tested that.)


It's worked fine on every file I've tried so far but it's used antirely at your own risk and it goes without saying that you mustn't violate any copyrights.

Sophism
03-01-2008, 08:59 PM
I liked this idea & program it work for me with some books when i try , but with one book it give only first three pages . But thanx anyway :)

shajul
04-21-2008, 09:24 AM
Hello,
Many thanks for your wonderful little program.
I have created a program to automatically decompile the chm and then make a TOC file with your utility, so that it is much easier for the end user to decompile the program..
I would be very much obliged if you would allow me to distribute it, as freeware with full credits for your work!!

awaiting a favourable response,

shajul.

I've created a utility called hhc2html which converts an HTML help .hhc file to a set of HTML pages.

When used in conjunction with Microsoft's free HTML Help Workshop tool, compiled help (.chm) files can be easily converted to iSilo format.

I use it to carry around some eBooks on my Palm.

The process is a as follows:

1. Decompile the .chm file using HTML Help Workshop.
2. Run my utility to convert the .hhc file.
3. Open iSiloX and drag the newly-created TOC.htm file onto it.
4. Convert the file using iSiloX.

To use my utility, I create a batch file which contains, for example:

"G:\Documents and Settings\Rob\My Documents\hhc2html\hhc2html.exe" "G:\Documents and Settings\Rob\My Documents\_Reference\xxx.hhc"

Notes:

* The full path of hhc2html.exe and the .hhc file must be specified.
* hhc2html.exe runs under v1.1 of the .NET framework. (It should also run under v1.0 but I haven't tested that.)


It's worked fine on every file I've tried so far but it's used antirely at your own risk and it goes without saying that you mustn't violate any copyrights.

ExistenceGuest
07-23-2008, 11:31 AM
it is very nice program indeed