En

Convert CAD Drawings to PDF in C#

Today, we will learn how to programmatically convert the CAD drawings to PDF format in C#. Previously, in an [earlier post][1], we did the same but in Java. We looked to convert the DWG, DGN, and DWF files into PDF document with the code example. Let us do it in C# using the document conversion API for .NET.
November 8, 2020 · 3 min · Shoaib Khan