Re: Graphs in pdf file

2008-10-16 Thread rakesh wagh
sridhar, you need to understand: - gwt and gchart is a js/browser based technology. - there are no js/client based pdf libs till date(that i know of). - your only option is to generate pdf on the server and provide a url for the user to download. - on the server you can use various reporting tools

Re: Graphs in pdf file

2008-10-15 Thread Jason Essington
You'll want to generate pdf on the server side ... Have a look at iText, or JasperReports for PDF generation or Reporting solutions respectively. -jason On Oct 15, 2008, at 2:05 AM, sridhar wrote: > > Hi all, > > I have generated some graphs using gwt's GChart.jar.Now i want that > graphs

Re: Graphs in pdf file

2008-10-15 Thread Lothar Kimmeringer
sridhar schrieb: > I have generated some graphs using gwt's GChart.jar.Now i want that > graphs to be generated in pdf file.how can i do that pls help me. You can use FOP (you can download that from the Apache-Website) and create a PDF containing an image, e.g. a GIF. The GIF you have to creat

Graphs in pdf file

2008-10-15 Thread sridhar
Hi all, I have generated some graphs using gwt's GChart.jar.Now i want that graphs to be generated in pdf file.how can i do that pls help me. regards, sridhar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Googl