Hi Andreas,
Andreas Streichardt wrote:
I have been using the batik-rasterizer so far to convert SVGs to PDF. But now
i need to do it in java natively. Unfortunately i am not a java developer.
However i was able to write a small programm which converts SVGs to PDF. But
the problem is that i need to be able to use the batik extensions (flowtext
etc.). I am calling my small class with batik-rasterizer-ext.jar in the
classpath but flowtext gets ignored :|.
I suspect that you also need to include 'lib/batik-extensions.jar' on
the class path. It depends on what your 'top level' manifest has in
it for the class-path. If this doesn't help can you show how you
are running java (most importantly how you setup the class path)?
I am using the SVGConverter class to
convert the SVGs. I have been searching the batik sourcecode for a while now
to find a solution but i just can't find one. Any hints?
Thanks in advance,
Andreas Streichardt
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]