Hi,
Please, could check this file attached.
When converting the rtf file in .doc, the bitmap is lost.
Here is the code
Dim fi As New IO.FileInfo(Fic)
wd = New Aspose.Words.Document(fi.FullName, LoadFormat.Rtf, "")
Dim fi2 As New IO.FileInfo(fi.FullName.Replace(fi.Extension, ".doc"))
wd.Save(fi2.FullName, SaveFormat.Doc)
Regards,
Emmanuel