DocxToHtmlConverter Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Performs DOCX to HTML conversion.
Inheritance Hierarchy
Bytescout.PDF.ConvertersDocxToHtmlConverter
Namespace:Bytescout.PDF.Converters
Assembly: Bytescout.PDF.Converters (in Bytescout.PDF.Converters.dll) Version: 3.3.0.623-master
Syntax
The DocxToHtmlConverter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DocxToHtmlConverter | Initializes a new instance of the DocxToHtmlConverter class. |
![]() | DocxToHtmlConverter(String, String) | Initializes a new instance of the DocxToHtmlConverter class. |
Properties
Name | Description | |
---|---|---|
![]() | DocumentTitle | Document title. |
![]() | IndentHtmlCode | Create indented HTML code. Default is True. |
![]() | RegistrationKey | Registration key. |
![]() | RegistrationName | Registration name. |
![]() | UseAbsoluteImageUri | Use absolute paths in URIs of images files. Default is False, i.e. paths are relative to the HTML file location. |
![]() | WriteByteOrderMark | Write UTF-8 BOM (Byte Order Mark) to output file or stream. Default is True. |
Methods
Name | Description | |
---|---|---|
![]() | ConvertDocxToHtml(Stream, Stream) | Performs DOCX to HTML conversion. |
![]() | ConvertDocxToHtml(Stream, String, Boolean) | Performs DOCX to HTML conversion. |
![]() | ConvertDocxToHtml(String, String, Boolean) | Performs DOCX to HTML conversion. |
![]() | Dispose | Releases resources. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also