Search code examples
javaparsingdxf

How to modify a dxf file using java


I am newbie to this; I want to edit some dxf file's value using Java.

The problem is that am not sure which viewer to use, there are number of viewers available online but don't have any idea about how to use.

I searched a lot over internet about this but didn't get any proper help. Please help me on this, how to open dxf file and how to edit values from that file; which viewer should I use?


Solution

  • More than a viewer you need a parser for the DXF format, i'd check Kebeja as recommended here.