hello,
I am trying to stroke a border around a pdf before saving it as a jpeg. But it is giving me an error saying that it expected end of line but found property. I followed the example in the scripting photoshop PDF and I have looked around for other insight but have found none except when stroking a layer.
Here is my code for the stroke:
select all docRef
stroke selection of docRef using color {class:CMYK color, cyan:0, magenta:0, yellow:0, black:50} width 1 location inside mode normal
if someone could give me some insight into this it would be very appreciated. It is the last thing I have to do on this project.
Thanks so much,
Teddy