Hi All,

i'm trying to transcode an SVG document into an EPS document, and this goes fine. It's just that the final transcoded image seems to be mirrored. Are there any transcoding hints i should use? I'm using the code below:

           EPSTranscoder t = new EPSTranscoder();
           File svgFile = new File("/var/www/html/java/dm.svg");
           URL svgUrl = svgFile.toURI().toURL();
           TranscoderInput input = new TranscoderInput(svgUrl.toString());
TranscoderOutput output = new TranscoderOutput(new FileOutputStream("/var/www/html/java/eps.eps"));

Best,

Patrick
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to