Hi,
Is there a way in Java, to copy the contents of the clipboard (an image in my case) to the end of a word document?
I want to have a program that will - * Take a filename (word file) as a parameter * Whenever this program is run - it will open the word file and paste the contents of the clipboard to the end of the document.
I am done with the first part - but am struggling with the second part. Also tried POI but could not get it to work.
Any help or pointers are greatly appreciated.
Regards, - Ashish