CHM to HTML from PHP
Moderator: General Moderators
CHM to HTML from PHP
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
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
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
I need some PHP code...
Re: CHM to HTML from PHP
Learn to read.
Read Darhazer's links, and read up on shell_exec().
Read Darhazer's links, and read up on shell_exec().