clipboard-pictures

Convert clipboard into a GIF/PNG when clipboard contains a picture

I was wondering if anybody knew a way to detect when a picture is copied in the clipboard then perform the following when it happens: Convert this picture into a GIF/PNG Then put back this compressed picture into the clipboard The reason I am asking is that we often copy paste screenshots to users and paste them in Lotus. For some r...

WMZ files from MSWord when porting to HTML

When I copy the clipboard data in C# using Clipboard.GetData(DataFormats.Html).ToString();, there are ".wmz" files getting stored in the "temp" path. (it's present in the v:imagedata src section) There are math symbols like delta in the original Word file. And these are not "Windows Media Player" video files (which also have the extens...