Hi,
I have issue with this file, after I save attached document pictures are moved.
Here is test:
public void test() throws Exception {
Document doc = new Document(
“etlap.doc”);
doc.save(“Picture.doc”);
}
Can You help me with this issue?
Thanks