We're sorry Aspose doesn't work properply without JavaScript enabled.

Free Support Forum - aspose.com

Word document images in binary format

We used the Aspose library to convert word document to HTML in order to manage the data inside .net application but the images are placed in a separate folder while we need them to be converted as binary in order to display them in a rich text editor. Is there any method in aspose library which gives us those images in binary format?

MicrosoftTeams-image.png (71.6 KB)

@bhavikahirr Sure, you can use IImageSavingCallback to control how images are exported upon saving to HTML.
Also, you can configure Aspose.Words to export images as embedded base64 using HtmlSaveOptions.ExportImagesAsBase64 property.