C chook Sep 12, 2003 #1 Any know of any free tool to convert a m$ help file to xml or html? tia Chook
A Alan Sep 13, 2003 #2 chook said: Any know of any free tool to convert a m$ help file to xml or html? Click to expand... Try at www.helpmaster.com. .chm will decompile readily to .html files. ..hlp is .rtf-based, so requires a bit more work.
chook said: Any know of any free tool to convert a m$ help file to xml or html? Click to expand... Try at www.helpmaster.com. .chm will decompile readily to .html files. ..hlp is .rtf-based, so requires a bit more work.
? ?? Sep 13, 2003 #3 chook said: Any know of any free tool to convert a m$ help file to xml or html? Click to expand... The HTML Help executable "hh.exe" supports the "-decompile <output folder>" (without quotes) parameter that decompiles a .chm file. For example: C:\Winows\hh.exe -decompile c:\testfolder c:\yourfolder\yourfile.chm Sometimes the parameter does not work if the original file structure of the component html files is more than one folder deep.
chook said: Any know of any free tool to convert a m$ help file to xml or html? Click to expand... The HTML Help executable "hh.exe" supports the "-decompile <output folder>" (without quotes) parameter that decompiles a .chm file. For example: C:\Winows\hh.exe -decompile c:\testfolder c:\yourfolder\yourfile.chm Sometimes the parameter does not work if the original file structure of the component html files is more than one folder deep.
C chook Sep 14, 2003 #4 Try at www.helpmaster.com. .chm will decompile readily to .html files. .hlp is .rtf-based, so requires a bit more work. Click to expand... Great stuff! I didnt know I about hh.exe file. Thanks chook
Try at www.helpmaster.com. .chm will decompile readily to .html files. .hlp is .rtf-based, so requires a bit more work. Click to expand... Great stuff! I didnt know I about hh.exe file. Thanks chook
P Pete Lees Sep 15, 2003 #5 chook said: Any know of any free tool to convert a m$ help file to xml or html? Click to expand... For .chm files you could use hh.exe, HTML Help Workshop, or KeyTools to decompile each file and recover the source HTML files. HTML Help Workshop: http://msdn.microsoft.com/library/en-us/htmlhelp/html/hwMicrosoftHTMLHelpDownloads.asp KeyTools: http://www.keyworks.net/keytools.htm For .hlp files, you could first decompile each file using HelpDeco, available from: http://www.helpmaster.com/help-developmentaids-helpdeco.htm Then you could load each help project into HTML Help Workshop to create the HTML version.
chook said: Any know of any free tool to convert a m$ help file to xml or html? Click to expand... For .chm files you could use hh.exe, HTML Help Workshop, or KeyTools to decompile each file and recover the source HTML files. HTML Help Workshop: http://msdn.microsoft.com/library/en-us/htmlhelp/html/hwMicrosoftHTMLHelpDownloads.asp KeyTools: http://www.keyworks.net/keytools.htm For .hlp files, you could first decompile each file using HelpDeco, available from: http://www.helpmaster.com/help-developmentaids-helpdeco.htm Then you could load each help project into HTML Help Workshop to create the HTML version.