I am using the latest Aspose.CAD v20.11.0 library to convert a dwg file to pdf. For the most part, all conversions are completed without any problems, but some of the converted files are missing content.
A sample input file is attached and the code included shows the rasterization options used for conversion:
using var image = Aspose.CAD.Image.Load(sourceStream);
var rasterizationOptions = new Aspose.CAD.ImageOptions.CadRasterizationOptions();
The result file is missing some content and I am unsure why. I have tried updating the RasterizationQuality and GraphicsOptions, but nothing produces the missing content. Also, this happens on a majority of the dwg file inputs.input_file.zip (41.9 KB)
I have created an issue with ID CADNET-1307 in our issue tracking system to further investigate and resolve the issue. This thread has been linked with the issue so that you may be notified once the issue will be fixed
The new version is working except that now some of the labels are upside-down and showing extra text (ex. Should be “039”, but instead shows “039 COMP LSIZE SPEC” upside-down)
I regret to share that the concerned issue is still unresolved and in fact a new ticket has been added with ID CADNET-8105 to investigate and resolve that. We will share updates with you as soon as they will be shared.