Reg - Execution of Aspose Words for Java

Hi Ajay,

If you are talking about the issue you have found earlier with your ODT document, then I think it will be fixed before the next release of Aspose.Words for Java.
Best regards.

Hi alex

Can u pl tell me the date of Release of Aspose.Words.

Thanks and Regards,
Ajay

Hi

Thanks for your inquiry. Aspose.Words releases are published every 4-5 weeks. So the next version of Aspose.Words for java will be release within 2-3 weeks.
Best regard.

Hi Alex,

Thanks for the information, we want to read a word document in java using Aspose.Words. Is it possible? Can u provide a sample code to read a document.Pl do the needful thing.

Thanks and Regards,
Ajay

Yes, of course you can read word document using Aspose.Words. here is the code:

Document doc = new Document("in.doc");

Best regards.

Dear Alex,

I have attached my java file for your kind reference.Its not working correctly .Actually our Query was to read the contents of the documents(paragraph,text etc).Pl tell me what is wrong in that code.

Thanks and Regards,
Ajay

Hi

Thank you for additional information. There is only one line in your code:

Document doc = new Document("in.doc");

If you need read the document node by node, I think you should use DocumentVisitor as described here:
https://docs.aspose.com/words/net/how-to-extract-selected-content-between-nodes-in-a-document/
If you need to read only text form the document, the following link could be useful for you:
https://docs.aspose.com/words/net/how-to-extract-selected-content-between-nodes-in-a-document/
Hope this helps.
Best regards.

Hi Alex, We have compiled the code and the output is in the form of a Text File,but we need to print the word document in the eclipse Consule itself which is our requirement.Is it possible and i have attached my code for your reference.Pl revert me ASAP.

Thanks and Regards,
Ajay

Ajay, I did not tell that there is ready to use solution. I just supposed that the same technique you can use in your application to go through the document’s nodes.

Best regards.

Hi Ajay,
We have just published Aspose.Words for Java v.3.1.0 that includes your fix. You can download it from https://releases.aspose.com/words/net .
Best Reagards,

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

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