3

Need to convert DXF files to PNG. Found a library called kabeja -- http://kabeja.sourceforge.net/

The conversion however is limited. It does not work with fill patterns. Any better tools?

Jayan
  • 18,003
  • 15
  • 89
  • 143
  • hay did you find any solution about above problem? I'm also trying to find a way to get snap shot from DXF file. Can you share your experience with me – SL_User Mar 24 '12 at 10:25
  • @SL_User: The library below had same problem as that kabeja. I used kabeja and stopped at what it could not provide. – Jayan Mar 24 '12 at 16:04
  • have u taken a image from the DXF file?? Please can you share that code? – SL_User Mar 24 '12 at 16:12

1 Answers1

3

There is this java app: http://www.escape.de/~quincunx/dxfviewer/

You could mail the guy asking for the source and modify it to your needs.

Jes
  • 2,748
  • 18
  • 22
  • 1
    Thanks. I will mail the owner. (added a link to this in http://en.wikipedia.org/wiki/AutoCAD_DXF) – Jayan Aug 07 '10 at 02:02