How to read a doc file and save it again?

Hi All,

I am new to Aspose word i just have one template doc file in which some half filled tables are there and i just want get the table and fill data in columns and save it again.

So is it possible by using Aspose api in java?
if yes can some one send some example code?

Thanks & Regards
Setu

Hi

Thanks for your inquiry. Yes, of course, you can achieve this using Aspose.Words. I think you can use mail merge to fill your document with data. Please follow the links to learn more:
https://docs.aspose.com/words/net/types-of-mail-merge-operations/
Please let me know in case of any issues, I will be glad to help you.
Best regards.

Hi Alexey,

Thanks for responding back.
Let me tell you my requirement,actually i want to read one doc and that doc is having some tables and i need to fill the data in those tables and then again i need to add some more pages with some more data and then save this whole thing as a one document so is this thing is possible? and please if you have any sample code which can help please send me.
Thanks & Regards
Setu

Hi

Thanks for your inquiry. Yes, of course, this is possible. There are different techniques you can accomplish here. Mail merge is only one of them.
You can find a lot of code examples in our documentation.
https://docs.aspose.com/words/net/
If you need more assistance, you can attach your template and the expected output here. I will check them and provide you more information or sample code.
Best regards.