Hi Thomas, The chart contains the useful informatiion and its the bar charts containing the information about some biomedical parameters. Firstly i created the JFreeChart and then using batik i exported that chart as SVG to improve its quality. It returns an inputStream. Then we save this input Stream in the database as the binaryStream. And after tht using a query in jrxml file we retrive this binary stream and render it in jrxml. And then we Export the jasper report as PDF. Now the size of the generated PDF file is so large because we are embedding each chart as a subreport in Jrxml. And each main report (PDF) contains many such charts (many subreports) depending on the bio medical parameters it has. Now can u help me with this?
thomas.deweese wrote: > > Hi Namrata, > > Namrata <[EMAIL PROTECTED]> wrote on 05/02/2007 07:13:46 > AM: > >> I have exported the JFreeChart as SVG using batik. And that JFreeChart > is >> embedded in a Jasper Report. But when i export the report as PDF the > size of >> the PDF file is too much becuase of the size of the charts. So can > anyone >> help me with how to reduce the size of SVG containing the chart? Please >> reply as soon as possible. > > Do you have any idea why the charts are so large? What do the charts > have in them? We don't have a magical, I want smaller output option, > the large files are generally large for a reason. The real question > is can you work around the cause or live without what ever is causing > it. Without knowing the details of how you are exporting the SVG > (perhaps a sample SVG file) and how you are rendering the SVG to PDF > it's very difficult to help you. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Reducing-the-size-of-SVG-file-tf3679961.html#a10302444 Sent from the Batik - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
