Ask a Question related to Adobe Illustrator Windows, Design and Development.
-
Göran_Cassel@adobeforums.com #1
Illustrator Scripting - RasterItems.Add
I'm trying to run Illustrator from Visual Basic to build ads (text and graphics) from a database.
I get an "Internal Error" when trying to import a EPS file (cmyk bitmap saved in PhotoShop) into Illustrator. Importing a JPG file works fine.
Dim iDoc As Illustrator.Document
....
Dim Itm As Illustrator.RasterItem
....
Set Itm = iDoc.RasterItems.Add
....
Itm.File = "C:\test.jpg"
Works OK
Itm.File = "C:\test.eps"
Gives "Internal Error"
I've tried importing (File/Place) the EPS in manually in Illustrator and it works fine. It's only when importing it via the script I get the error.
I use Illustrator 11 on WinXP.
Any ideas?
3D Studio
Göran Cassel
Göran_Cassel@adobeforums.com Guest
-
VB Scripting Illustrator 10 - Automating PDF conversion
I'm writing a script that opens .ai and .eps files in Illustrator, and runs the SaveDocsAsPDF script, then closes. Unfortunatley, I've found the... -
Scripting Illustrator filters: Possible?
I've just been introduced by the scripting features of adobe's Illustrator and Photoshop. Before I used other scripting environments to create image... -
Adobe Illustrator 10 VBA Scripting Questions...
I recently purchased "Adobe Illustrator Scripting with Visual Basic and Applescript" and I am having problems running a sample program that links to... -
Illustrator - scripting with visual basic
Hello, work with illustrator and do some scripting with visual basic. I work with illustrator 9 an a PC Win. I have programmed some routines to... -
Illustrator CS Scripting Instruction or Tutorials
Can someone point me to a person, place on the internet (tutorials) or book to learn scripting in Adobe Illustrator CS. Please?!?!? -
LenHewitt@adobeforums.com #2
Re: Illustrator Scripting - RasterItems.Add
Göran,
Suggest you post in the Illustrator Scripting Forum:
[url]http://www.adobeforums.com/cgi-bin/webx?14@@.3bb50db0[/url]
LenHewitt@adobeforums.com Guest



Reply With Quote

