Hello.
I found an issue on testing Aspose CAD for .NET 18.3.0.0
When I convert my dwg file to PDF, the size and position of content becomes unwanted.
I used your ExportToPDF sample itself, which I changed source file path and added the following lines;
rasterizationOptions.AutomaticLayoutsScaling = true;
rasterizationOptions.NoScaling= false;
When I converted the dwg file to PDF with AnyDwgToPDF (DWG to PDF Converter - Convert DWG to PDF, DXF to PDF and DWF to PDF), the output was correct.
However, when I converted it to PDF with Aspose, the output became large white page with tiny content at the right-bottom side.
I attached source dwg file, correct PDF file, and output PDF file created with Aspose CAD for .NET.
AutoPageSizeIssue.zip (85.7 KB)
Please, let me know how I can solve it.
Best regards.