Im having a hard time converting cdr files to jpgs for previews using c#.net. someone told me that cdr files have embedded bitmap, is there an easy way to extract it?
right now im running a realy bad solution of, from my application, calling uniconvertor to convert to svg, then converting the svg file to jpg using imagemagick. is there a better way to do this?
In the end i just used com interop to export the images, had to install coreldraw and reference the CorelDRAW 15.0 Type Library, still not the best solution but better then the one i was using