Lock table after save

hello

I have minor problem with one word file. When re-saving, table in file gets locked (uneditable), in original file it is editable. I am using aspose.words 10.1.0 jar. Here is a test code and docx file.

public class TestBold {

@Test
public void test() throws Exception {

Document document = new Document(
“D:/GO272A_Addition_Jan19_2010.docx”);

document.save(“D:/GO272A_Addition_Jan19_2010_new.docx”);

}
}

Please check this issue.

Thanks
Branko

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


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