Anonymous - 2011-10-17

Let's say I copied something (e.g. an image) to clipboard in Powerpoint. Now I want to get the image in my Java application.
The clipboard payload is a Zip stream in ISO Open Packaging Convention format.  My question is whether I can use this library to get the content from the clipboard.

Appreciate for help.