Hi Amit,
Amit Srivastava wrote:
I am converting svg to tiff using batik-rasterizer-ext.jar .
You say 'tiff' here and then 'pdf' everywhere else... I'll assume
you really mean PDF.
pdf's are created good , but the problem is while viewing the pdf's
converted from svg's having <flowtext> element.
They(pdf's from svg's having <flowtext> ) are viewable fine in Acrobat
reader but not through a Imaging API "SnowBound" . There I get a black
image . Other pdf's(from svg's without <flowtext>) are displayed fine
in SnowBound.
Sounds like a problem with SnowBound.
As, I don't have much idea about pdf format , I am wondering what
difference does it make if pdf is made from svg having <flowtext>
or not and pdf must be free from svg tag syntax.
All the PDF's we generate are free from SVG. The big difference
between flowText and 'simple' text is that we probably end up
generating the text as shapes when you use flowText. You could
convert one of the 'text on a path' examples from Batik to see if
this is in fact the source of the problem (samples/tests/spec/text).
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]