Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Performs DOCX to HTML conversion.
Namespace: Bytescout.PDF.Converters
Assembly: Bytescout.PDF.Converters (in Bytescout.PDF.Converters.dll) Version: 3.5.1.1204-master
Syntax
public void ConvertDocxToHtml( string sourceDocxFileName, string destHtmlFileName, bool embedImages )
Parameters
- sourceDocxFileName
- Type: SystemString
Source DOCX file name. - destHtmlFileName
- Type: SystemString
Destination HTML file name. - embedImages
- Type: SystemBoolean
True to embed images into HTML code using the data URI scheme and Base64 encoding; False to save images to external files.
See Also