Paste elements from a PSD to specifics coordinates
Greetings everyone,
I've a quite complexe challenge and my only hope would be through a JavaScript.
I don't know javascript yet and I'm trying to figure out how to do it.
I've got PSD documents with various objects on it (text, images ...) and some of those images represent numbers (see the Yellow dots).
My challenge is to transform those dots (images) onto a text box, at the exact same place and filed with the name of the object (each object is named "01", "02" ...).
My guess is to use the coordinates of each dot's layer, save them as variables, paste a text boxfrom another document on the page and then assign the saved coordinates to this new text box. I've no clue for pasting the object name into this text box though ...
By the same time, I would need a script that can past the title of the document to a specific place on the document.
Any help from you guys would be greatly appreciated ![]()
Many thanks in advance