Re: InDesign Transparency
Re: InDesign Transparency
- Subject: Re: InDesign Transparency
- From: Wayne Melrose <email@hidden>
- Date: Fri, 16 Nov 2007 15:42:27 +0100
Does anyone know if it's possible with applescript to see if transparencies exist in an InDesign document? I can see manually if they do by looking at the 'page' pallette and there's a small checker grid below the appropriate page. The transparencies are actually being created in Illustrator or Photoshop and then being brought into InDesign. I'd like to be able to tell what documents have these transparencies in them if possible. I'm using CS3, running on OS 10.4.10.
Thanks for your help.
Jay ___________________ Jay, I don't really have a solution for you, although I think i can point you in the right direction.. I'm 20 minutes away from a Friday afternoon beer so my head is not really in the game :P
My guess is that Shane Stanley, when he's awake will have a more elegant way of doing things globally for the document .. but maybe you can check this out..
tell application "Adobe InDesign CS3"
tell front document
tell page 1 get properties of fill transparency settings of rectangle 1 end tell end tell end tell
This should at least give you a place to start looking. My suggestion is see if there are properties for the document somewhere.. But I could not find them.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden