Convert DWG to PDF with Coordinates

How to convert DWG to PDF with Coordinates

Aspose.CAD provides the feature to load the AutoCAD DWG file and export it to the PDF format by supplying coordinates. For this, the API provides the CadVportTableObject class. The CadVportTableObject class is used to specify the coordinates for convertion.

The code sample below shows how to convert a DWG file to PDF format by providing coordinates using Aspose.CAD for .NET in C#.