Open or convert .cdr files?

19,192

Solution 1

Another option is to try imagemagick convert utility,Imagemagic can be easily installed using software center or synaptic.

Since the document is scanned it should be a bitmap which imagemagick can handle, only the version of the .cdr would be a concern, you did not mention the version of the cdr file so you may just try imagemagick, at your terminal in the directory where the .cdr file is located, run the convert utility like this;

convert image.cdr image.png

this will convert the .cdr image called image.cdr to a .png image called image.png file that you can easily use, probably vectorize by tracing in inkscape if you wish.

See the imagemagic documentation on the convert utility if more control over the output is needed. hope the output is satisfactory.

Solution 2

Very simple and fast solution .cdr files could be open in libre office draw (actually it is default) Libre office draw has perfect save as for example to .png Than GIMP. Enjoy

Share:
19,192

Related videos on Youtube

tpv
Author by

tpv

Updated on September 17, 2022

Comments

  • tpv
    tpv almost 2 years

    I have a scanned image, and it's in Corel Draw (.cdr) format (~6mb). Is there a way to open it, or convert it to something that I can manage? I tried http://filespazz.com/ a few times, but it didn't work due to some timeout error. Any suggestions?

    Thanks in advance.

  • Phantom007
    Phantom007 over 2 years
    Why am I getting this error when running convert command? "ImportError: No module named sk1libs.utils.fs"