Hello,
I am working on dwg creation using .net Aspose.CAD, version 24.4.
I am facing an issue while saving dwg file as stream and then convert to byte[].
I found the method
public void Save(Stream stream, ImageOptio…...Combine(folderPath, fileName), bytes);...