Dear Team,
Kindly assist for the issue that while trying to import the attached word document,
the anchors are generated in html
Attachment Details:
1.FINAL Rev Lovoy Guidance for Helicopter opertations- Prerit.docx (70.3 KB) (File used to import)
2.DMS Anchor #1.jpg (63.4 KB) (Please check in the attached image that the anchors generated)
3.DMS Anchor #2.jpg (68.2 KB) (Please check in the attached another image that the anchors generated from the word )
Using the below code to convert from word to Html
com.aspose.words.Document doc = new com.aspose.words.Document(datadir);
HtmlSaveOptions opts = new HtmlSaveOptions(SaveFormat.HTML);
opts.setPrettyFormat(true);
opts.setImageSavingCallback(new HandleImageSaving());
doc.save(datadir + “.html”, opts);
Kindly advise how to avoid generating the anchors while converting
Using the licensed version aspose-words-18.3
Many Thanks
Rajesh