@thiagoloureiro,
Hi. Please, attach here your DWG file, docker file, the code you use, the sequence of the steps to reproduce, so we can exactly see the issue on our side. Does the issue appear only without license? Does it appear when you export to PDF, not an image?
using (Aspose.CAD.Image image = Aspose.CAD.Image.Load(stream))
{
// Create an instance of CadRasterizationOptions
CadRasterizationOptions rasterizationOptions = new CadRasterizationOptions();
// Set page width & height
rasterizationOptions.PageWidth = 1200;
rasterizationOptions.PageHeight = 1200;
// Create an instance of JpegOptions for the resultant image
ImageOptionsBase options = new JpegOptions();
// Set rasterization options
options.VectorRasterizationOptions = rasterizationOptions;
// CAD to JPG
image.Save(outputfile, options);
}
@thiagoloureiro,
Hello, unfortunately, we need more time to investigate and solve this. The fix is planned for 23.1 release, but I can not guarantee this.
The issues you have found earlier (filed as CADNET-8902) have been fixed in this Aspose.CAD for .NET 22.12 update. This message was posted using Bugs notification tool by Oleksii.Gorokhovatskyi