Click here to Skip to main content
15,881,600 members
Articles / Programming Languages / C#

Word2CHM, Convert a Word Document to a CHM File

Rate me:
Please Sign up or sign in to vote.
4.92/5 (18 votes)
17 Nov 2010CPOL3 min read 199.3K   4.6K   47  
Word2CHM, convert a Word document to a CHM file
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Word2CHM.Properties" GeneratedClassName="Settings">
  <Profiles />
  <Settings>
    <Setting Name="HHCExePath" Type="System.String" Scope="User">
      <Value Profile="(Default)">C:\Program Files\HTML Help Workshop\hhc.exe</Value>
    </Setting>
    <Setting Name="DeleteTempFile" Type="System.Boolean" Scope="User">
      <Value Profile="(Default)">True</Value>
    </Setting>
    <Setting Name="DefaultHeaderHTML" Type="System.String" Scope="User">
      <Value Profile="(Default)">&lt;h1&gt;Header&lt;/h1&gt;&lt;hr /&gt;</Value>
    </Setting>
    <Setting Name="DefaultFooterHtml" Type="System.String" Scope="User">
      <Value Profile="(Default)">&lt;hr /&gt;&lt;h1&gt;Footer&lt;/h1&gt;</Value>
    </Setting>
  </Settings>
</SettingsFile>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer duchang soft
China China
yuan yong fu of duchang soft , come from CHINA , 2008 Microsoft MVP,Use GDI+,XML/XSLT, site:http://www.cnblogs.com/xdesigner/

Comments and Discussions