Hello Aspose team,
I have a minor issue with one document and I think you can explain that to me.
I just try to save one document and doc file appear to be truncated (message at end of file says:This document was truncated here because it was created using Aspose.Words in Evaluation Mode ), there is no whole document.
I will send you file and short code. You can check it and let me know why is that happens and how can I simply re-save document to get whole word document.
@Test
public void test(){
Document document = new Document("D:/23-EMEA.doc");
document.save("D:/23-EMEA-2.doc");
}
Thanks
Branko