Illustrator 9.0 scripting
Illustrator 9.0 scripting
- Subject: Illustrator 9.0 scripting
- From: Arthur J Knapp <email@hidden>
- Date: Wed, 12 Dec 2001 12:16:50 -0500
I am using the Illustrator's "Scripting Support" plugin, (which
I had to download from the Illustrator SDK). Up until now, it has
worked really great, but I have run into a mission-critical problem.
When I try to script the exporting of Illustrator EPSs to Photoshop
files, I am somehow losing the "textual" parts of the image. This is
frustrating because this doesn't happen when I "manually" export to
Photoshop.
This is basically the syntax I'm using:
export current document to theNewFile as Photoshop with options ,
{class:Photoshop export options ,
, anti aliasing:true ,
, color space:RGB ,
, resolution:300.0 ,
, write layers:false}
These are the same options I select when I choose the "export" command
from the menu, but when I examine the new Photoshop document, any "text"
in the original eps has disappeared.
Has anyone had any experience with this???
Thanks.
P.S. I'm not an experienced "image" guy, maybe there is something
really obvious I'm missing here?
{ Arthur J. Knapp, of <
http://www.STELLARViSIONs.com>
<
mailto:email@hidden>
try
<
http://www.appleklub.cz/~koudelka/home.shtml>
on error number -128
end try
}