DocxToHtmlConverter ClassByteScout PDF SDK
Performs DOCX to HTML conversion.
Inheritance Hierarchy

SystemObject
  Bytescout.PDF.ConvertersDocxToHtmlConverter

Namespace:  Bytescout.PDF.Converters
Assembly:  Bytescout.PDF.Converters (in Bytescout.PDF.Converters.dll) Version: 3.5.1.1204-master
Syntax

public class DocxToHtmlConverter : IDisposable

The DocxToHtmlConverter type exposes the following members.

Constructors

  NameDescription
Public methodDocxToHtmlConverter
Initializes a new instance of the DocxToHtmlConverter class.
Public methodDocxToHtmlConverter(String, String)
Initializes a new instance of the DocxToHtmlConverter class.
Top
Properties

  NameDescription
Public propertyDocumentTitle
Document title.
Public propertyIndentHtmlCode
Create indented HTML code. Default is True.
Public propertyRegistrationKey
Registration key.
Public propertyRegistrationName
Registration name.
Public propertyUseAbsoluteImageUri
Use absolute paths in URIs of images files. Default is False, i.e. paths are relative to the HTML file location.
Public propertyWriteByteOrderMark
Write UTF-8 BOM (Byte Order Mark) to output file or stream. Default is True.
Top
Methods

  NameDescription
Public methodConvertDocxToHtml(Stream, Stream)
Performs DOCX to HTML conversion.
Public methodConvertDocxToHtml(Stream, String, Boolean)
Performs DOCX to HTML conversion.
Public methodConvertDocxToHtml(String, String, Boolean)
Performs DOCX to HTML conversion.
Public methodDispose
Releases resources.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference