Bug Report : Inline picture type is not yet supported

The original file (someones CV) when put through aspose gave the following error:

This inline picture type is not yet supported. For free technical
support, please post this error and the file in the Aspose.Words Forums
<https://forum.aspose.com/c/words/8>. 

Stack Trace 
at
x16f9a31f749b8bb1.x32eac27632acc346.xae86397ff5ef8e2c(xeedad81aaed42a76
x789564759d365819, Int32 x6211ee450938c2c4) at
x16f9a31f749b8bb1.x32eac27632acc346.x3fcc6938e0108016(Char x12f11d52c2c4d003,
Int32 x1e5b3c79ded5dbc8, xeedad81aaed42a76 x789564759d365819, xa52f2632c0ffdfaf
xe08a26cc2b49f3aa) at
x16f9a31f749b8bb1.x32eac27632acc346.xdf2cafeb128b2de9(xeedad81aaed42a76
x789564759d365819, xa52f2632c0ffdfaf xe08a26cc2b49f3aa, x98d75821045fe9bd
xbb8131fb9e06f47f, Int32 xd4f974c06ffa392b, Int32 x961016a387451f05) at
x16f9a31f749b8bb1.x32eac27632acc346.xf59aaff7aa68ace1(x1a78664fa10a3755
x062aae8c9613eeaa) at
x16f9a31f749b8bb1.x32eac27632acc346.xb61b92627231b7a8(Int32 x03e8ba449439270f)
at x16f9a31f749b8bb1.x32eac27632acc346.xbac2e778f3c6bad1(x98d75821045fe9bd
xbb8131fb9e06f47f) at
x16f9a31f749b8bb1.x32eac27632acc346.x1f490eac106aee12(Int32 x828697433249d659,
Int32 x961016a387451f05) at
x16f9a31f749b8bb1.x32eac27632acc346.x1f490eac106aee12() at
x16f9a31f749b8bb1.x0f8a9a895bdf560e.x06b0e25aa6ad68a9() at
Aspose.Words.Document.x5d95f5f98c940295(Stream xcf18e5243f8d5fd3, LoadFormat
xdef7b99b7fc67519, String xe8e4b5871d71a79a) at
Aspose.Words.Document…ctor(String fileName, LoadFormat loadFormat, String
password) at Aspose.Words.Document…ctor(String fileName) at
Matchtech.Generis.MailMerge.Client.ConversionTools.WordToRTF(String WordDoc) in
D:\Projects\Generis\MailMerge\Client\ConversionTools.vb:line 165 at
Matchtech.Employ.EventCement.NavigateToLatestCV(String g, String highlightWords)
in D:\Projects\Generis\Employ\EventCement.vb:line 641 

However as soon as I open the file, edit and save it again to remove the persons details (in word 97) it must change part of the file I cnanot see. As when I save it as rtf though aspose with the new edited file (attached) it gives the following in the rtf file it produces:

Error! Bookmark not defined.

Error! Bookmark not defined.

Unfortunately as I can not remove the confidential items from the CV and still have the bug I cannot send you the file but I have attached the second file that later gives the error message in the output.

Hope this helps and let me know if there is anything else I could do to give you more info?

Hi,
Thank you for your request. To be honest, I did not understand what I should do to the attached document to reproduce the issue. I opened it with the latest version of Aspose.Words without any issues; then I saved it in Microsoft Word to the RTF format and opened with Aspose.Words again - still no problems. By the way, when opening the original attached DOC in Word 2003, it’s opened with an error.
So probably you shouls upgrade to the latest version of Aspose.Words. Otherwise could you please instruct me how to recreate the issue?
Thanks.

We are using Aspose.Words (4.2.6.0) version of Aspose can you let me know if this is the latest verion.

As for the first attached file, it opens fine in word 97 and I ran the code below which processed the file without error but caused the attached rtf file to be produced with the warnings in it when I re-opened it in Office 97.

Dim dlgOpen As New OpenFileDialog
Dim dlgSave As New SaveFileDialog

If dlgOpen.ShowDialog = DialogResult.OK Then

Dim l As New Aspose.Words.License
l.SetLicense("Aspose.Words.lic")

Dim doc As New Aspose.Words.Document(dlgOpen.FileName)
dlgSave.FileName = IO.Path.ChangeExtension(dlgOpen.FileName, ".rtf")

If dlgSave.ShowDialog = DialogResult.OK Then
doc.Save(dlgSave.FileName, Aspose.Words.SaveFormat.Rtf)
If MessageBox.Show("Do you wish to show the new file?", "Show File", MessageBoxButtons.YesNoCancel, MessageBoxIcon.Question, MessageBoxDefaultButton.Button1) = DialogResult.Yes Then
Process.Start(dlgSave.FileName)
End If
End If

End If

The Inline Picture Error can only be created from an unedited verion of the document which I can not post on this forum as it contains personal detials.

Hope this is enough info to re-create the error.

Hi
Thanks for additional information. But I still can’t reproduce your problem with the attached document. Please attach the original unedited document to reproduce problem. Attached documents on this forum can be seen by aspose team and you. If it does not suit you, you can send the document to us by E-mail and/or provide an NDA to sign.
Best regards.

I was unaware who could see the attached files. Find attached the file as requested.

Hi
Thanks for additional info. I have reproduced and logged this problem to our defect base as issue # 3451. We will try to fix it in our next release. A notification will be posted here in this thread as soon as it will be done.
Best regards.