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…..., contained in the attached ZIP. using (CadImage cadImage = (CadImage)CadImage...dwg", new DwgOptions()); input.zip (143.3 KB) oleksii.gorokhovatskyi...