Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Convert chm file to Dash Docset

Dash can provide Docset for offline use and docsets can be generated from HTML, Doxygen, etc.

Does anybody knows a way to generate a docset from a chm file?

like image 343
Jean-Francois T. Avatar asked Dec 29 '25 16:12

Jean-Francois T.


1 Answers

A chm file can be decompiled to HTML, either with the help viewer (hh.exe -decompile folder file.chm) or using 7-Zip. So you could generate a docset from the extracted HTML.

like image 169
Matthew Strawbridge Avatar answered Jan 02 '26 02:01

Matthew Strawbridge