I want to change URL for evry QR-code in a document.
How can i change the url-properties for the QR-code?
This is what I have scripted so far...
tellapplication "Adobe InDesign CC"
setmyDoctoactive document
setmyPagestonumberofpagesinmyDoc
repeatwithifrom 1 tomyPages
tellmyDoc
tellpagei
setmyQRto (page itemswhoselabelis "QR")
selectmyQR
tellmyQR
??? Create Hyperlink QR Code "http://www.adobe.com"
endtell
endtell
endtell
endrepeat
endtell