You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-users@xmlgraphics.apache.org by Ol...@Emerson.com on 2011/06/29 14:39:46 UTC

generate DXF File

I´m looking for a solution to convert an svg (batik) to DXF.
Does anyone know if there are solutions available ?
It´s important to generate the file directly out of batik.
So, using third party tools is not possible.

On the other hand I start thinking about doing this by myself.
What could be an a approach -  writing a transcoder or using the GVT Tree ?


Re: generate DXF File

Posted by oraether <Ol...@Emerson.com>.
Helder ,

I will take a look on this.
But what is the difference between the transcoder and the rasterizer ?

--
View this message in context: http://batik.2283329.n4.nabble.com/generate-DXF-File-tp3632762p3636195.html
Sent from the Batik - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org


Re: generate DXF File

Posted by Helder Magalhães <he...@gmail.com>.
Hi Olaf,

> I´m looking for a solution to convert an svg (batik) to DXF.
[...]
> On the other hand I start thinking about doing this by myself.
>
> What could be an a approach -  writing a transcoder or using the GVT Tree ?

Although the name is somehow misleading, taking a look at the
rasterizer [1] would be my hint (note the output support for PDF, a
vector format), specially if you intend to share/contribute the code
afterwards.

Cheers,
 Helder

[1] http://xmlgraphics.apache.org/batik/tools/rasterizer.html

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org


RE: generate DXF File

Posted by onoh <ol...@raether.de>.
Are you sure this is from svg -> dxf ?

I guess this is a type error. 

Look at this side:

http://kabeja.sourceforge.net/docs/projects/cocoon.html

On this page they are talking about "'kabeja-dxf2svg-cocoon.jar" !!

--
View this message in context: http://batik.2283329.n4.nabble.com/generate-DXF-File-tp3632762p3633420.html
Sent from the Batik - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-users-help@xmlgraphics.apache.org


RE: generate DXF File

Posted by Martin Gainty <mg...@hotmail.com>.
if you dont want to use an IDE such as Inkscape:
http://www.youtube.com/watch?v=ci4EtsPEDAQ

you might want to explore using kabeja-svg2dxf-cocoon.jar jar available at https://github.com/michelefranzin/kabeja
(i didnt see implementation for any other containers other than cocoon)

if neither option appeals to you then you'll have to write your own transcoder
(and please upload the utility to batik when you're done)

Takk,
Martin 
______________________________________________ 
Note de déni et de confidentialité
 Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni.


From: Olaf.Raether@Emerson.com
To: batik-users@xmlgraphics.apache.org
Date: Wed, 29 Jun 2011 13:39:46 +0100
Subject: generate DXF File



I´m looking for a solution to convert an svg (batik) to DXF.Does anyone know if there are solutions available ? It´s important to generate the file directly out of batik.So, using third party tools is not possible. On the other hand I start thinking about doing this by myself.What could be an a approach -  writing a transcoder or using the GVT Tree ?