Recently, we are working on jbpm. We downloaded the jbpm 4.3 software package from the jbpm official website http://sourceforge.net/projects/jbpm/files/. like all open-source frameworks, there is a document in HTML format,
If not, we can use the source file to generate: see the http://www.cnblogs.com/shenliang123/archive/2012/04/23/2466483.html
However, HTML documents are quite uncomfortable to use. 1. The page is not neat. 2. There is no indexing function.
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;