Michael Voyes wrote:
OK, i agree with you, so you're meaning the following lines are not advisable :
Actually it's:
transDoc.transcode([...]); Filter f = transDoc.root.getGraphicsNodeRable(true);
Don't use transDoc after transcode completes.
So, how can i generate my output as soon as "super.transcode(document, uri, output)" completes without using above lines ?
You want to generate output _before_ transcode completes, so do what I said:
Thomas DeWeese wrote:
[...] subclass SVGAbstractTranscoder and generate your output in the transcode method. Don't try and use anything from the transcoder after the transcode method completes.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
