Re: Open File in Illustrator CS
Re: Open File in Illustrator CS
- Subject: Re: Open File in Illustrator CS
- From: email@hidden
- Date: Mon, 17 Oct 2005 07:42:53 -0500
- Priority: normal
Hi Richard,
Thanks for your reply. I have tried this but I still need to check for
font errors and at the moment the only way I can do that is by the
'Font Problems' dialog. If I turn off the dialogs from showing then I
won't be able to catch this error.
I was going to try a rough work around of creating a text frame,
putting a character in it and then changing the font of the character
to every font that should be in the file (I can read into the file and
get the font names). The thought is that if I can't change the font of
the character then there's either an error or I don't have that font.
But sadly, I can find no way of changing the font through scripting. I
found similar questions to changing fonts on the Adobe Forum and
elsewhere but no one ever answered their questions so I'm guessing it
might not be possible?
Jay
----- Original Message -----
From: Richard Allaway <email@hidden>
Date: Friday, October 14, 2005 1:11 pm
Subject: Re: Open File in Illustrator CS
>
> On Friday, October 14, 2005, at 12:25PM, <email@hidden> wrote:
>
> >set f to "Macintosh HD:Users:jyoung1:Desktop:optix test
> >file:COM.FS.legacy.SE1195"
> >
> >tell application "Illustrator CS"
> > open file f forcing CMYK with options {update legacy text:false}
> >end tell
> >--
> >
> >But instead of openning the file, it brings up an Open File Dialog
> >window where I have to select the file manually!
> >
> >
>
>
> Did you try "without dialogs"?
>
> open file f forcing CMYK with options {update legacy text:false}
> without dialogs
>
> -- works for me
>
> Richard
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden