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.
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.jpgdrag , drop these files far html or open wizard dialog in working root folder
- start wizard htmlhelp 1.x see main menu: authoring > wizard
- follow wizard steps
- ready ..
Comments
Post a Comment