Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I convert html pages into a single .chm file using PHP?

Tags:

php

chm

Is there a library for this task?

like image 444
user198729 Avatar asked May 03 '10 17:05

user198729


1 Answers

Does it have to be PHP? If not, you might have a look at

http://en.wikipedia.org/wiki/Microsoft_Compiled_HTML_Help

Look for "Microsoft Help Workshop." ( http://www.microsoft.com/downloads/details.aspx?familyid=00535334-c8a6-452f-9aa0-d597d16580cc&displaylang=en )

A reverse engineering approach is done here: http://www.russotto.net/chm/chmformat.html

So you could look, if you find libraries for the several subproblems.

like image 162
phimuemue Avatar answered Oct 31 '22 00:10

phimuemue