Skip to main content
March 5, 2015
Question

Photoshop action script

  • March 5, 2015
  • 1 reply
  • 317 views

Hello,

Can someone give me an action script which could position my layer on specific Y location depending on height of text. I have a hundreds of PSD files with text. Each text has a different height. I need a script which would put the text of every PSD file so that Y position is always 8.5 cm but that Y position should be across the middle of text. My canvas is always the same size.

Thank You very much!!

This topic has been closed for replies.

1 reply

JJMack
Community Expert
Community Expert
March 5, 2015

It would be quite easy to write such a Photoshop script if one had the specifics which you did not provide. Action Script is a Flash  feature.  However a Photoshop can most likely be written to what you want here a link for you

Adobe Photoshop Scripting | Adobe Developer Connection

You should also be able to record an action to do what you want if all the text layer are in the same relative place in the layers stack. By aligning the text layer to a selection the action makes. Actions do not require programming you just need to know Photoshop and how to record actions.

JJMack