aspose-demo.zip (242.5 KB)
why dxf 2 svg lost many graphic informations ?
see 234.dxf -> output.svg
aspose-demo.zip (242 KB)
@zhangzh,
Hello, could you please test if loading with option is useful?
LoadOptions opts = new LoadOptions();
opts.setSpecifiedEncoding(CodePages.SimpChinese);
CadImage cadImage = (CadImage)Image.load(in, opts);