How to update QRCode
Hello Dears,
I don't know how to select frame to create QRCode.
I can create QRCode in selected Frame. But I can't define another Frame contains QRCode.
app.activeDocument.selection[0].createPlainTextQRCode("ABC01234567D","Black");
I can't execute following script.
QRFrame = app.activeDocument.pages.item(0).textFrames.itemByName("BarCode").select();
QRFrame.createPlainTextQRCode("ABC01234567D","Black");
How to change " app.activeDocument.selection[0] " to Image Frame named that BarCode.
Please help me ![]()