Can anyone help me in figuring out how to retreive data from .rd extension files in java. I want to copy data from .rd extension file into a word document file. I am new to java and hence unable to sort out the problem.
Thanks in Advance Sai
Can anyone help me in figuring out how to retreive data from .rd extension files in java. I want to copy data from .rd extension file into a word document file. I am new to java and hence unable to sort out the problem.
Thanks in Advance Sai
See these documents :
Once you are able to read the file by previous methods, you can convert into word document by using Apache POI.
Hope This Helps!