Search code examples
javaapiautocaddxf

How to get details from AutoCAD DXF file to java application?


I'm developing application which needs to get details from AutoCAD DXF file. Is there any specific API which support this task. Actually in my project I need to get building structures to my java application and I need to add some more details to those graphs So can some one provide your experience about this ?


Solution

  • A quick Google search on java dxf yields the ycad library. I have never used it, I don't know how well it works.