Output of the conversion of a DWG file to A4 PDF using Aspose.CAD generates an unreadable file contents. Using the following code:
using var image = Aspose.CAD.Image.Load(“Drawing.dwg”);
var pdfOptions = new PdfOption…...seems that the output is in bitmap format instead of vector, despite...