Description
Namespace:
DuoDimension.Databeam
Assembly: Databeam.Word (in Databeam.Word.dll)
Version: 2.1.0.0
Converts DOCX document to HTML.
Assembly: Databeam.Word (in Databeam.Word.dll)
Version: 2.1.0.0
Syntax
| C# | Visual Basic |
public int DocxToHtml( string fileHtml )
Public Function DocxToHtml ( _ fileHtml As String _ ) As Integer
Parameters
- fileHtml
- String
Path and file of resulting HTML file.
Return Value
0 - Ok.
2 - Can't create the resulting HTML file. Check the permit for resulting path of HTML file.
100 - MS Word(R) is not installed.