Page 1 of 1
CHM to HTML from PHP
Posted: Sun Oct 04, 2009 5:51 am
by jeeten
I have a project in which I have to import .chm content and display it in the website. I am really confused... Is there any idea to do that from PHP. Plz help me. Its kind of urgent...
Re: CHM to HTML from PHP
Posted: Sun Oct 04, 2009 6:06 am
by Darhazer
You can use command-line utility via system() call to decompile the CHM file...
http://en.wikipedia.org/wiki/Microsoft_ ... ng_to_HTML
Or you can read the (unofficial) format documentation and write a script to convert:
http://www.russotto.net/chm/chmformat.html
Re: CHM to HTML from PHP
Posted: Sun Oct 04, 2009 6:23 am
by jeeten
I need some PHP code...
Re: CHM to HTML from PHP
Posted: Sun Oct 04, 2009 4:28 pm
by jackpf
Learn to read.
Read Darhazer's links, and read up on shell_exec().