When saving a doc that contains a table with a specific predefined style a new custom style is created( ms word 2013 or later)

Hello,

We have an issue with Aspose Word when we working with a word document (created with Microsoft Word 2013) that contains a table with a predefined style ending with a digit (we used “Grid Table 1 Light - Accent 1”).

The scenario is :
- we have a word document created with Microsoft Word 2013 that contains a table. For the table we applied “Grid Table 1 Light - Accent 1” style.( see accent1.png and Test.docx)

- we open the word document using aspose words and save the document to another file(see accent11.png and Result.docx)

- open the result file with Microsoft Word 2013.

Plase note that a new custom style is created based on the style applied previously to the table.
The issue is not reproducible with ms word 2010.

var document = new Document(Test.docx);
var resultFile = “Result.docx”;
document.Save(resultFile);

Internal ID 36171

Best regards,
Adriana Minea
Software Developer
IBM Romania

Hi Adriana,


Thanks for your inquiry. We tested the scenario and have managed to reproduce the same problem on our end. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-12973. Our product team will further look into the details of this problem and we will keep you updated on the status of correction. We apologize for your inconvenience.

Best regards,

Hello,

Do you have an update on this issue?

Hi Adriana,

Thanks for being patient. Unfortunately, this issue is not resolved yet. Our product team has completed the analysis of this issue and the root cause has been identified. We will inform you via this thread as soon as this issue is resolved. We apologize for any inconvenience.

Best regards,

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


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