Copy link to clipboard
Copied
I would like to copy data into InDesign from the clipboard. What is the format I should use and do you have sample data I can test?
Here is my code so far that does not work:
var data:String = "<paragraph>test</paragraph>";
Clipboard.generalClipboard.setData("IDMS", data);
Copy link to clipboard
Copied
This looks like a scripting question to me, so I've moved it to the scripting forum...