Re: XML to Pdf

2009-08-25 Thread Thad
My application uses iText (http://www.lowagie.com/iText/) to create in memory PDF documents on the server which are then sent to the client. On Aug 24, 10:02 am, Rahul wrote: > Hi, > Is there any project in gwt which would help me create xml reports to > pdf > if there isnt, can anyone guide me

Re: XML to Pdf

2009-08-24 Thread mikedshaffer
I've personally done this with GWT on the client and BIRT on the server. Worked great. BIRT is a terrific tool for just this. On Aug 24, 8:34 am, Rahul wrote: > Thanks David, > Being a novice in this, can you suggest some of the frameworks if can > do that for: > I know two of them: > > a) J

Re: XML to Pdf

2009-08-24 Thread David
Hi, Generate the PDFs on the serverside with any framework you want. GWT has nothing to do with it, except that you will need to use the RequestBuilder to get the file downloaded (with content disposition header, to force a save as dialog). David On Mon, Aug 24, 2009 at 4:02 PM, Rahul wrote: >

Re: XML to Pdf

2009-08-24 Thread Rahul
Thanks David, Being a novice in this, can you suggest some of the frameworks if can do that for: I know two of them: a) Jasper reports b) Apache FOP project Though its not a direct GWT question, but as my GWT application wants this functionality thanks for ur responses On Aug 24, 10:21 am, Dav

XML to Pdf

2009-08-24 Thread Rahul
Hi, Is there any project in gwt which would help me create xml reports to pdf if there isnt, can anyone guide me how can I integrate my gwt project so that i can have pdf reports Thanks a lot, Rahul --~--~-~--~~~---~--~~ You received this message because you are su