Steps to reproduce:
- Create an HTML with embedded Base64 images.
- Visual the result in
XRRichText
. - Export the document to HTML (
EmbedImagesInHTML = true
).
Current results:
Call StackSystem.NullReferenceException: 'Object reference not set to an instance of an object DevExpress.Drawing.v24.1.dll!DevExpress.Drawing.Internal.DXImageHelper.GetMimeType(DevExpress.Drawing.DXImage image) C# DevExpress.Printing.v24.1.Core.dll!DevExpress.XtraPrinting.Export.Web.CssImageRepository.GetImageSource(DevExpress.Drawing.DXImage image, bool autoDisposeImage) C# DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraPrinting.Exports.RichEditImageRepositoryWrapper.GetImageSource(DevExpress.Office.Utils.OfficeImage img, bool autoDisposeImage) C# DevExpress.Office.v24.1.Core.dll!DevExpress.Office.Export.Html.OfficeHtmlImageHelper.ApplyImageProperties(DevExpress.Office.Export.Html.WebImageControl imageControl, DevExpress.Office.Utils.OfficeImage image, System.Drawing.Size actualSize, DevExpress.Office.Export.Html.IOfficeImageRepository imageRepository, bool disposeConvertedImagesImmediately, bool alwaysWriteImageSize, bool keepImageSize) C# DevExpress.RichEdit.v24.1.Core.dll!DevExpress.XtraRichEdit.Export.Html.HtmlExportHelper.CreateImageControlInternal(DevExpress.Office.Utils.OfficeImage image, System.Drawing.Size actualSize, DevExpress.XtraRichEdit.Import.Html.HtmlCssFloat cssFloat, string description, DevExpress.XtraRichEdit.Model.TextRunBase imageRun) C#