I want my C# application to load pdf files, that are originally were exported from DWG or DXF formats, and read the vector shapes in this pdf (e.g Lines, Polylines, Circles, ... etc).
I can make use of these vectors by converting them to entities stored in memory, and reference them to a base point so I can redraw them again using external CAD tool.
Is there any tool that can help me achieve that?