Java learners have used JDK help documents. With tools, we can also generate help documents in chm format,
Original article: http://www.cnblogs.com/shenliang123/archive/2012/04/23/2466441.html
HTML-Format documents are very uncomfortable to use. 1. The page is not neat. 2. No index function is available.
Next I will introduce a tool to quickly convert HTML documents into CHM documents:
Two tools are required: 1.html help. EXE 2.jd2chm.exe,
1. In general, we need to first install htmlhelp.exe, and jd2chm.exe does not need to be installed. After htmlhelp. EXE is installed successfully, you may need to restart your computer.
2. After restarting, copy jd2chm.exe to the directory where the HTML document is located, for example:
3. Open the CMD command line window ---> Find the directory where the HTML document is located ---> enter the jd2chm command ---> press Enter:
---> Enter the project name jbpm4.3 (this can be input at will, but it is better not to have a space) ---> press ENTER ---> enter the title jbpm4.3 ---> press Enter :;
Basically, you can wait for the CHM file to be generated. It may take a little time;
Create a help document in chm format