Re: Adobe Illustrator CS3 'save' command appears to be buggy
Re: Adobe Illustrator CS3 'save' command appears to be buggy
- Subject: Re: Adobe Illustrator CS3 'save' command appears to be buggy
- From: Shane Stanley <email@hidden>
- Date: Fri, 16 Nov 2007 09:57:25 +1100
- Thread-topic: Adobe Illustrator CS3 'save' command appears to be buggy
On 16/11/07 5:28 AM, "has" <email@hidden> wrote:
> Problem 1: The files are saved to the CS2 folder with their original
> filenames, minus the desired 'A12-' prefix; i.e. the 'save' command
> only respects the folder and ignores the filename specified by the
> 'in' parameter.
It doesn't like new-fangled file references, so it's ignoring your offering
altogether. Let it make its own from a string:
save document 1 in file ((("/Users/shane/Desktop/A12-" & item i of n &
".eps") as POSIX file) as string)
or just use a string.
>
> Problem 2: The files are saved as CS3 (Illustrator 13), not CS2
> (Illustrator 12), compatible files; i.e. the 'compatibility' property
> of the 'with options' record parameter is ignored. [1]
Sounds like a bug.
> [1] Bizarrely, if I add another property (e.g. 'embed all fonts:true')
> to the 'with options' record, the 'save' command now respects the
> 'compatibility' option
It's possible that there's some confusion because there are three classes in
the Save Options Suite that have a property called "compatibility", and AI
is choosing the wrong one. By adding a second parameter, only one is a
match. Just a guess. But in general, setting all relevant properties is a
good idea in cases like this.
--
Shane Stanley <email@hidden>
AppleScript Pro Florida, Feb 2008 <http://scriptingmatters.com/aspro>
_______________________________________________
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