Hello,
I’ve got a problem. I have a text string and want to convert this text string to a text contour with Applescript. I use Illustrator 10. I have the Scripting manual, but cannot find it. Does anyone know how this works?
Thanks,
Eric
Hello,
I’ve got a problem. I have a text string and want to convert this text string to a text contour with Applescript. I use Illustrator 10. I have the Scripting manual, but cannot find it. Does anyone know how this works?
Thanks,
Eric
Sorry! but do you mean you want to turn text to a path…
Hey Pidge1,
Thanks for your reply. This is the problem. Text has a font. I don’t want to have this font in my output document. So I have to convert the caracters to a shape (create an outline around the caracters). In Illustrator is an option in the Illustrator toolbar>text (with keycombination: shift+applekey+O). That’s the option, but I want to automate this with Applescript.
So your have to select a textitem and do shift+applekey+O and Illustrator convert this caracter into a shape.
Hope I have explained it a litte bit clear.
Eric
Hey Pidge1,
Yes, I want to turn text to paths.
I had to use this:
convert to paths (every text art item of current docuent)
Thanks!
Eric