API Reference
Class
WordHelpers
Provides helper methods for Word document manipulation.
Inheritance
- Object
- WordHelpers
Methods
public static Void ConvertDotxToDocx(String templatePath, String outputPath) #Returns:
VoidConverts a DOTX template to a DOCX document. Based on: https://github.com/onizet/html2openxml/wiki/Convert-.dotx-to-.docx
Parameters
- templatePath System.String
- The path to the DOTX template file.
- outputPath System.String
- The path where the converted DOCX file will be saved.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object