Page 1 of 2
PureHELP Compiler : compile HTML to CHM
Posted: Mon Dec 27, 2004 8:43 am
by gnozal
PureHELP Compiler Last update : build 53 (17 JUL 2007)
Overview
Code: Select all
PureHELP Compiler is a tool to compile HTML files into CHM help files.
You can :
- use it from the files explorer context menu ;
- or launch PureHELPCompiler.exe directly.
It can :
- compile a HHP project ;
- compile a directory (recursive) ;
- compile a single HTML file.
The tool can automatically create a content file (.HHC) and/or an index file (INDEX.HTML).
Learn more
See the help file :
http://gnozal.ucoz.com/PureHELPC.html
Download
http://gnozal.ucoz.com/PureHELPC.zip
You need the microsoft help compiler ; download it at Microsoft
Posted: Fri Dec 31, 2004 8:31 am
by gnozal
Program update
- fixed some minor bugs
Please report any bugs.
Posted: Fri Feb 04, 2005 8:50 am
by gnozal
Program update
Changes :
- some fixes
- directory recursive scan is now optional
- user can specify CHM file title
Posted: Fri Feb 04, 2005 10:56 am
by Inner
Weldone

Posted: Fri Feb 04, 2005 10:59 am
by MrMat
That looks great! Nice work Gnozal

can i add a flash animation in my html page ?
Posted: Fri Feb 04, 2005 2:40 pm
by eddy
You said HTML -> CHM
Does it support flash ?
Posted: Fri Feb 04, 2005 3:15 pm
by gnozal
You said HTML -> CHM
Does it support flash ?
I don't think the microsoft help compiler and/or the microsoft CHM help system supports flash.
Posted: Fri Feb 04, 2005 4:21 pm
by Beach
Perfect Gnozal! Thanks! Just what I needed.
Posted: Fri Feb 04, 2005 5:35 pm
by blueznl
oh that's interesting! lessee if i can convert the survival guide into chm... had some requests for that...
Posted: Sat Mar 26, 2005 10:46 am
by gnozal
Update
- fixed a bug with paths containing spaces (missing double quotes)
A great help
Posted: Mon Aug 08, 2005 9:30 am
by neotoma
i like your tool, but for my needs it should also work from the Commandline.... (complete Directory....)
Can add this functionality ?
Mike
Re: A great help
Posted: Mon Aug 08, 2005 1:30 pm
by gnozal
neotoma wrote:i like your tool, but for my needs it should also work from the Commandline.... (complete Directory....)
Can add this functionality ?
Mike
It already accepts a filename as argument, you can launch it from the command line if you want : PureHELPCompiler.exe MyProject.htm.
But you are talking about a console application, don't you ?
Re: A great help
Posted: Mon Aug 08, 2005 7:57 pm
by neotoma
gnozal wrote:
But you are talking about a console application, don't you ?
Yes, i think it would be a nice feature, to use PureHelp also from the Commandline. All my projects build from Commandline (generating files, compiling, creating installer....). So i need a tool to generate from the Batch a Help-File. I think it is not so hard to add this feature to PureHelp.
important Options: complete directory, rekursiv.
And, btw, a nice feature would be a index-generator. So have a 'blacklist' of all unimportant words, and all other come to the index......
Mike
Re: A great help
Posted: Tue Aug 09, 2005 8:55 am
by gnozal
neotoma wrote:Yes, i think it would be a nice feature, to use PureHelp also from the Commandline.
Ok. Eventually for the next version.
Re: A great help
Posted: Tue Aug 09, 2005 7:11 pm
by neotoma
gnozal wrote:Ok. Eventually for the next version.
This would be great. But if you have not enough time, i can add it - if you send me the source.
Mike