Search code examples
linuxcommand-linecoreldraw

how to convert ai to cdr for linux


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


Solution

  • 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