How to convert html file to chm format using c#? -


i have thousands of html files , want convert these files chm extension.

please way convert html file chm format using c#.

thanks.

creating files (chm) , authoring has learn curve. @bugfinder mentioned in comment - , warned again - need read lot chm write own in c#.

please note, htmlhelp (hh) shipped many years ago ie4 , windows 95. html in maintenance mode, means no new features expected either runtime or compiler. mainstream development on hh has stopped. it's still running under windows10 , best file format windows based applications.

you'll find many (and expensive) tools authoring.

what i'd recommend rob chandler's shareware tool far html can prefered html-editor outside , put far workflow. or simple use existing html files. it's low priced tool , wizards great. try needs.

one tip - don't @ options of far html when starting.

  1. put html files structured subfolders of project folder , note chm zipped web e.g.

    welcome.htm
    design.css
    first_steps\download.htm
    first_steps\starting_program.htm
    how_to_extend\extend_menu.htm
    how_to_extend\power_function.htm
    images\gui_screenshot.jpg

  2. drag , drop these files far html or open wizard dialog in working root folder

  3. start wizard htmlhelp 1.x see main menu: authoring > wizard
  4. follow wizard steps
  5. ready ..

enter image description here


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -