From png or svg I cannot create a dxf test file. Dxf is always empty
var dxfExportOptions = new Aspose.Imaging.ImageOptions.DxfOptions() { TextAsLines = true, ConvertTextBeziers = true };
string fnSvg = @“C:\tmp\pdf\INTOR.000294_img0.png”;
Aspose.Imaging.Image img = Aspose.Imaging.Image.Load(fnSvg);
img.Save(“C:/tmp/pdf/output.dxf”, dxfExportOptions);