Dan Royer - 2014-07-13

Thank you for making this code open source! I hope it will save me a lot of time. I'm trying to read DXF files from Inkscape and save the data out as GCODE commands for my drawing robot (makelangelo.com)

I've found a few gotchas that slow down adoption.

http://kabeja.sourceforge.net/contact/contact.html
The links to the forums both return 404.

http://kabeja.sourceforge.net/docs/devel/embedding.html
The example is incomplete. There is no mention of how to obtain layerID and it appears to throw a type of exception that does not exist in the package.

I'm loading the parser library in eclipse using JDK 1.7 and there are a lot of warning messages.

Thank you!