private Execute ( string srcFileName, string tocTemplate, string dstDir ) : void | ||
srcFileName | string | The MS Word file to convert. |
tocTemplate | string | An MS Word file that is used as a template to build /// A table of contents. This file needs to have a mail merge region called "TOC" defined /// And one mail merge field called "TocEntry". |
dstDir | string | The output directory where to write HTML files. Must exist. |
return | void |