Skip to main content
Participant
January 13, 2023
Question

Print all visible layers one by one in Photoshop

  • January 13, 2023
  • 1 reply
  • 4307 views

Hello, may you help direct me to any script that does this?

This topic has been closed for replies.

1 reply

Legend
January 13, 2023

This is not very convenient to do with a script, since you need to set the print settings specific to your device and save them.

 

You can do like this:

  1. Set print options, print and write this command to action
  2. Use any script that performs an action for each layer.

 

I wrote a simple batch processor for layers, you can use it:

 

 

gofreeAuthor
Participant
January 13, 2023

Thank you so much for the answer. 

Anyway, I saved the script and browse to run, but receive this error:

 

Legend
January 13, 2023

It looks like you saved the code in some kind of inappropriate editor. On Windows, use notepad to create a text file, paste the code into it, then change the extension to jsx

 

Read this short article by @Stephen MarshDownloading and Installing Adobe Scripts