Code of DOCX to HTML conversion generates a compile-time error

Following code example does not compile. It generates compile time error for MarkupConvertOptions using GroupDocs.Conversion For Node.Js Via Java

// Load the source DOCX file
const converter = new groupdocs.conversion.Converter("input.docx");
// Set the convert options for HTML format
const options = new groupdocs.conversion.MarkupConvertOptions();
// Save converted HTML file
converter.convert("converted.html", options);

@tahir.manzoor

We’ll investigate this scenario and will notify you about the outcomes.
Your investigation ticket ID is CONVERSIONNODEJS-50.

@tahir.manzoor

Please try this package and let us know if issue persists.