DOCX to PDF conversion: position of embedded pictures not correct

Hi,

I tried to convert attached docx to pdf, using Aspose.Word 15.4.0.0 and the following code:

Using fsInput As New FileStream(pathIn, FileMode.Open)
Using fsOutput As New FileStream(pathOut, FileMode.Create)
Dim doc As New Aspose.Words.Document(fsInput)
doc.Save(fsOutput, Aspose.Words.SaveFormat.Pdf)
End Using
End Using

The embedded images are plased in a wrong position.

In that post I read about a similar issue with odt files, fixed in Aspose.Word 11.11.

Can you reproduce this issue with my docx?
Best regards.

Hi Alessandro,

Thanks for your inquiry.

I have tested the scenario and have managed to reproduce the same issue at my side. For the sake of correction, I have logged this problem in our issue tracking system as WORDSNET-12076. I have linked this forum thread to the same issue and you will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

Thank you Tahir,
In this case, do you think the issue will be solved in the next version of Aspose.Word?
If yes, have you any idea about when the new version will be released?

Thank you.
Regards

Hi Alessandro,

Thanks for your inquiry. I would like to
share with you that issues
are addressed and resolved based on first come first serve
basis. Currently, your issue is pending for analysis and is in the
queue. I am afraid, we can’t provide you any reliable estimate at the
moment. Once your issue is analyzed, we will then be able to provide you
an estimate.

Thanks for your patience and understanding.

The issues you have found earlier (filed as WORDSNET-12076) have been fixed in this .NET update and this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.