How to create client specific formatted word file

HI
anyone tell me, How to create client specific formatted word file.
plz give me simple java code in void main().

its very urgent .

Hi
Thanks for your request. Could you please be more specific? It is not quite clear for me what you would like to do.
If you need to use existing document as template document then you can do this using the following line of code:

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

Best regards.