Batik's ImageTranscoder supports setting a user stylesheet:
ImageTranscoder.KEY_USER_STYLESHEET_URI
http://xml.apache.org/batik/rasterizerTutorial.html
Is there a supported hint I have overlooked to pass a styleheet as string rather than providing a URI?
I kinda need to auto-generate a tiny CSS at runtime which will override some values and which is not intended to be saved as file.
There is no current hint. Contributions are always welcome :)
It would not be so bad to write the CSS to a temp file. At least in this context you know when you can remove the file (once the transcode completes).
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]