-
simijhag committed revision 141 to the Kabeja SVN repository, changing 1 files.
2009-10-29 22:12:24 UTC in Kabeja
-
simijhag committed revision 140 to the Kabeja SVN repository, changing 1 files.
2009-10-29 22:11:40 UTC in Kabeja
-
simijhag committed revision 139 to the Kabeja SVN repository, changing 1 files.
2009-10-29 22:11:27 UTC in Kabeja
-
simijhag committed revision 138 to the Kabeja SVN repository, changing 1 files.
2009-10-29 22:11:08 UTC in Kabeja
-
simijhag committed revision 137 to the Kabeja SVN repository, changing 1 files.
2009-10-29 21:53:45 UTC in Kabeja
-
simijhag committed revision 136 to the Kabeja SVN repository, changing 1 files.
2009-10-29 21:53:06 UTC in Kabeja
-
simijhag committed revision 135 to the Kabeja SVN repository, changing 1 files.
2009-10-29 21:47:56 UTC in Kabeja
-
Hi Stefanie,
you should use the latest developer version from SVN, there you can use insert.getAttributeIterator()
or
insert.getAttribute(index).
Best Regards,
Simon.
2009-09-10 19:53:26 UTC in Kabeja
-
Hi Stefanie,
you should use the latest developer version from SVN, there you use inserset.getAttributeIterator() or
insert.getAttribute(index).
Best Regards,
Simon.
2009-09-10 19:52:00 UTC in Kabeja
-
Hi,
take a look at the code below, there are ContentHandler for your available.
Best Regards,
Simon
InputStream in = //your stream from upload or somewhere
Parser dxfParser = DXFParserBuilder.createDefaultParser();
dxfParser.parse(in);
DXFDocument doc = dxfParser.getDocument();
Generator generator = new SVGGenerator();
//generate into outputstream
//output the SVG.
2009-08-13 20:16:15 UTC in Kabeja