views:

913

answers:

1

hi all; I need ai or eps files to cdr file command line converter.

+1  A: 

Imagemagick is very good. Specifically the convert program.

Just type:

convert myimage.ai myimage.cdr
convert myimage.eps myimage.cdr

to convert either an .eps or an .ai to a .cdr

John Weldon