Re: Photoshop CS: Doesn't do 300 dpi?
Re: Photoshop CS: Doesn't do 300 dpi?
- Subject: Re: Photoshop CS: Doesn't do 300 dpi?
- From: Jason Bourque <email@hidden>
- Date: Thu, 05 Feb 2004 22:41:34 -0500
Thanks for all the help! Now on to the next automated step...
Jason Bourque
On 2/5/04 10:30 PM, "Shane Stanley" <email@hidden> wrote:
>
On Feb 6, 2004, at 2:08 PM, Jason Bourque wrote:
>
>
> Great, this worked. I added the class:EPS open options and the changed
>
> 11.0
>
> as inches, 8.5 as inches.
>
>
>
> So my question now how did you know to put class:EPS open options in
>
> there.
>
>
From the documentation:
>
>
"The following example shows how to open a generic PDF document.
>
AS:
>
tell application "Adobe Photoshop 7.0"
>
set myFilePath to alias < a file path >
>
open myFilePath as PDF with options ,
>
{class:PDF open options, height:pixels 100, ,
>
width:pixels 200, mode:RGB, resolution:72, ,
>
use antialias:true, page:1, ,
>
constrain proportions:false}
>
end tell"
>
>
To answer you're question more accurately, somebody told me ages ago.
>
PS has a lot of cases where spelling out the class is a good idea,
>
especially in cases like this where the same properties can also belong
>
to another class.
>
>
--
>
Shane Stanley <email@hidden>
>
_______________________________________________
>
applescript-users mailing list | email@hidden
>
Help/Unsubscribe/Archives:
>
http://www.lists.apple.com/mailman/listinfo/applescript-users
>
Do not post admin requests to the list. They will be ignored.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.