Document opening problem

Hi,

I have problem with opening attached document. I have used following code:

Document doc = new Document("d:/test/remi.doc");

Can you investigate this, please?

Thanks,

Zeljko

Hi

Thanks for your request. I cannot reproduce the problem on my side. I used the following code for testing and I can successfully open and save your document.

Document doc = new Document("C:\\Temp\\remi.doc");
doc.save("C:\\Temp\\out.doc");

I use the latest version of Aspose.Words for Java for testing. You can download it from here:
https://releases.aspose.com/words/java
Best regards.

Hi,

Thanks for fast response. I am using Aspose.Words 3.3. In my software, I am not using beta versions.

Zeljko

Hi

Thank you for additional information. 4.x.x versions are beta because these versions include conversion to PDF feature, and this feature is in beta at the moment. All other features are out of beta.
Best regards.