Re: SVG from a JSP page

2002-05-13 Thread prash
Jeremias, sorry. could u please resend it?! got trashed by mistake!! thanks a ton P Jeremias Maerki wrote: > Why do you post your question again? Is there something wrong with my > answer? > > > i'm working on a JSP page which converts .fo files to pdf. > > The problem is, if the

Re: SVG from a JSP page

2002-05-13 Thread Jeremias Maerki
Why do you post your question again? Is there something wrong with my answer? > i'm working on a JSP page which converts .fo files to pdf. > The problem is, if there are any graphics(SVG) then it asks to connect > to a > display (X Font Server), > as Batik uses some java.awt classes. it works

SVG from a JSP page

2002-05-13 Thread prash
i'm working on a JSP page which converts .fo files to pdf. The problem is, if there are any graphics(SVG) then it asks to connect to a display (X Font Server), as Batik uses some java.awt classes. it works fine without any SVG in the fo file. I'm trying to figure that out. any help would be