View Single Post
 
Old 02-03-2012, 09:42 PM
tarunkumarreddy tarunkumarreddy is offline Windows Vista Office 2007
Novice
 
Join Date: Feb 2012
Posts: 1
tarunkumarreddy is on a distinguished road
Default Pasting image captured with a java program 'on to clipboard' into MSWord 2007 is blur

Hi all,
I have written a java program which will take snapshot of a particular region of the Desktop and put the image data in clipboard. Now if i paste the image data into mspaint it appears good. But if i paste the same into MS Word 2007, outlook 2007, it will appear blurred. But if i copy the same image from mspaint and paste it into word, it will be pasted correctly. Are there any settings that i must maintain while putting image data onto clipboard?
You can see my original java related code and question here http://www.coderanch.com/t/566233/GU...-Image#2572737
Reply With Quote