Skip to main content
Participant
October 8, 2008
Question

Actions recorder not recording

  • October 8, 2008
  • 3 replies
  • 509 views
Hi, I open hundreds of photos a day in photoshop (CS-3) in order to extract embedded caption information using the commands: file-file info-copy, paste (to a Word document or InDesign). I tried the action recorder but it won't record those steps. It would be nice to have an action command that does this. A lot of our photos end up in Flickr and I notice that Flickr uses a caption extraction program b/c when we post photos there, it automatically strips out the caption info and posts it in a window below the photo. Any help much appreciated!
This topic has been closed for replies.

3 replies

try67
Community Expert
Community Expert
October 8, 2008
Hi David,

Contact me by email. I think that I can help you out with this.
Participant
October 8, 2008
What about ONLY doing things within photoshop, IOW, file-file info-select all, copy?
Known Participant
October 8, 2008
david_vergun@adobeforums.com wrote:
> What about ONLY doing things within photoshop, IOW, file-file info-select all, copy?

I don't know of a way to copy text into the clipboard, only image data. But
somebody else may have figured something out (via textItem.contents, perhaps).

-X
Known Participant
October 8, 2008
Actions only record things _within_ photoshop. You could use BridgeTalk (in
JavaScript) to do this between PS and ID, but for Word you would need to use
AppleScript or VB.

-X