how to read dxf file content text?

Farshad Valizade 381 Reputation points
2024-05-18T05:02:23.39+00:00

Hi every body

I have a DXF file format that have drawing and text in it.

I want to extract text from this file but I have no idea t odo that.

can any one help me?

Capture

4-FUG-16802-AAR61-N_Sht_1.txt

and dxf file(i change dxf extension to txt to upload it)

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,419 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 58,356 Reputation points
    2024-05-18T16:26:36.22+00:00

    Here is a well defined python library

    https://ezdxf.readthedocs.io/en/stable/index.html

    if you google you can find c# libraries

    0 comments No comments