Hi there,
Is there anyone that can point me in the right direction with this Illustrator query?
I have a number of illustrations I want to open a re-save in Illustrator.
The artboard size for each illustration is 44x16mm and the illustration itself extends beyond the edges of the artboard.
Here’s my script so far:-
set theFiles to choose file with prompt "Select the files" of type {"eps"} with multiple selections allowed
tell application "Adobe Illustrator"
repeat with theFile in theFiles
open theFile without dialogs
save current document in theFile as eps with options {embed all fonts:true, include document thumbnails:true, PostScript:level 2}
close current document
end repeat
end tell
If I run this script it works apart from one slight niggle.
When the re-saved graphics are imported into Quark the you only see the part of the illustration that falls within the artboard?
However if I open the illustration manually, and re-save it, the graphic is fine when i import it into Quark, you can see the part of the illustration that extends beyond the edges of the artboard?
I’m not sure what i should be setting to show the whole illustration, uncropped, in Quark.
Can anyone help please.
Thanks,
Nick