Cannot export svg to dxf

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);

@alexmag Thank you for your interest in our product. We will investigate your issue and provide a response as soon as possible.

@alexmag, Exporting bitmaps and embedded bitmaps to dxf format is not currently supported. Support will be implemented in a few months.