Hi Prad,

    The error means what it says, it wants an ' java.io.Writer'
in the TranscoderOutput, not a simple IO stream.
If you don't care much about the encoding you can use
the OutputStreamWriter to wrap your output stream.

prad <[EMAIL PROTECTED]> wrote on 09/28/2006 07:43:23 AM:

> But its giving following exception....Am i goin in a wrong way..Plz help 
me
> out
> 
> Exception :Exception in thread "main" java.lang.Error: Writer expected
>    at 
org.apache.batik.transcoder.svg2svg.SVGTranscoder.transcode(Unknown
> Source)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to