Hi,

> I am using JSVGCanvas inside an Applet and I'm planning to
> enable users to transcode the viewed document into a typical image format.
> In its first version my applet was signed and users could save the 
> transcoder results
> under their filesystem. However after discussing with my team, it turned out
> that it would be more "natural" not to sign the applet and to render the 
> transcoder's
> results in a new  browser window. Any Idea of how I could do this 
> (temporary files
> seem excluded) ?

I do not know if my method is working or not. You could keep the image
file generated by transcoder into the buffer/stream (do not need temp
files) then just read the buffer back into Image object. Then just
display the Image object. 
Or maybe you could extends the transcoder to return the Image instead of
transcode into the file

Best Regards
Tonny Kohar
-- 
Sketsa 
SVG Graphics Editor
http://www.kiyut.com



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

Reply via email to