Doc convert to odt file header image will miss

Hi sirs,

We use Aspose.Words Convert doc to ODT file.
odt file’s header image will miss

The attach are doc file(outputx.doc) and output file(outputx.odt).

Thank for your help.

string doxFile = @“d:\OUTPUTX.doc”;
string outFile = @“d:\outputx.odt”;
var doc = new Document(doxFile);
doc.Save(outFile);
Hi Rainmaker,

Thanks for your inquiry. We have tested the scenario and have managed to reproduce the same issues at our side. For the sake of correction, we have logged these problems in our issue tracking system as follow:

WORDSNET-14381 : List labels are changed after conversion from Doc to Odt
WORDSNET-14382 : Image's text is changed after conversion from Doc to Odt

You will be notified via this forum thread once these issues are resolved. We apologize for your inconvenience.

Hi tahir,

Thank for your help.
Hi Rainmaker,

Thanks for your patience. Regarding WORDSNET-14382, if you open the input document in Open Office, the image's text is not visible. If you convert the document using MS Word to ODT and open the output in Open Office, the image isn't shown.

Could you please open the DOC in Open Office and confirm that this behavior is what you expect?

Hi sir,

you right.
ms word to odt , the image is not shown.
aspose.words has some tag is shown.
please ref attach image.
Thanks for your help.
Hi Rainmaker,

Thanks for your feedback. As per my understanding, you want the output as MS Word shows. Please confirm this.

Hi sir,

Yes. Thank you.
Hi Rainmaker,

Thanks for confirming the output. We will inform you via this forum thread once there is any update available on this issue. Thanks for your patience.

The issues you have found earlier (filed as WORDSNET-14381) have been fixed in this Aspose.Words for .NET 17.1.0 update and this Aspose.Words for Java 17.1.0 update.


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