Javascript: Copy independent objects of different MIME types

113 Views Asked by At

We have two HTML elements that we'd like to copy to the clipboard in our Javascript. They are of different types (TEXT, IMAGE). We want these objects to be pasted as individual, independent items when pasted into another application (eg, Powerpoint).

Everything we've tried results in a single item being pasted into the destination app.

Suggestions?

0

There are 0 best solutions below