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
I was on 5.0.2.0, I’ve just loaded the 5.2.0
Bitmap is in the doc file, but it lost the scale wich was 68%. It has been converted to 100%
Regards,
Emmanuel
Hi<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Thanks for your request. I managed to reproduce this issue. I created new issue #5348 in our defect data base. We will notify you as soon as it is fixed.
Best regards.
Hi Alexey,
Do you have news for this issue. We have to find a solution for this.
Best Regards,
Emmanuel
Hi<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Thanks for your inquiry. This issue is already fixed in current code base. We will publish next release soon. I will notify you.
Best regards.
Thank you Alexey
Regards,
Emmanuel