问题描述
林有一个很难转换CDR文件为JPG格式使用C#.NET previews。有人告诉我,CDR文件已嵌入的位图,有一个简单的方法来提取呢?
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?
现在进出口运行的真的不好解决方案,从我的应用程序,调用uniconvertor转换为SVG,然后将SVG文件使用ImageMagick为JPG。有没有更好的方式来做到这一点?
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?
推荐答案
在结束我只是用COM互操作导出图像,必须安装CorelDRAW中并引用的CorelDRAW 15.0类型库,仍然不是最好的解决办法,但更好然后一个我一直在使用
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
这篇关于转换使用.NET CDR(Corel绘图)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!