The following code produces an empty outputfile for file input.Dwg, contained in the attached ZIP.
using (CadImage cadImage = (CadImage)CadImage.Load("input.Dwg"))
cadImage.Save("output.Dwg", new DwgOptions());
inp…...dwg , contained in the attached ZIP...(CadImage)CadImage.Load("input.dwg")) cadImage.Save("output.dwg", new DwgOptions());...