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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.