3

My HTML pages are up to 500MB and with images up to 2GB.

I tried the MS' HTML Help Workshop, but its generated chm file is up to only 60MB size.

I also tried KEL chm Creator, chmProcessor and others, and got no luck.

This is the HTML Help Workshop's error message:

There is not enough memory available for this task...

error message

Am I wrong with HTML Help Workshop? Is there other way to pack HTML pages and its images into one file?

1 Answers1

2

60 MB CHM file - really a big one. You should split your help file into some files with a resulting file size of < 25 MB. Remember, HTMLHelp (CHM's) is nearly 20 years old and Microsoft's Windows based help system is in "maintenance mode" only.

Please try to compile without 'Index' and /or try to reduce the number of topics to less than 1000.

Try to reduce the size of your images before compiling.

Please have a look for further information at following link and read all answers: File-size limits for CHM (HTML Help format) files?

See my answer at https://stackoverflow.com/a/34784520/1981088 too.

For your target file format CHM all tools I know are using the HH Workshop compiler.

A utility like FAR HTML can compress and remove dead space in a .chm and reduce the .chm file size (but that will only yield 10%).

help-info.de
  • 2,159