Hi. I have a problem with DocIO. I am loading an rtf string which contains an embedded image. It displays fine in the rtf viewer I am using but when converting it into docx the image disappears. I have attached a zip file with the rtf and the resulting docx. This is the code I am using for the conversion:
Using WordDocument = New WordDocument(rtffile, FormatType.Rtf)
WordDocument.Save(Dfile, FormatType.Docx)
WordDocument.Close()
End Using
Obviously rtffile and Dfile contain file names and paths
Thanks, Ralph Baer
Attachment: Sample.txt_61fa730b.zip