hi buddy ur code work super thanks for u r help, but OrsonPdf.jar has a water mark because i download orsonpdf.jar as a trial version can u help me again because my company doesn't ready to buy orsonpdf.jar so do u have some another alternative ..
thanks in advance...
Search found 4 matches
- Mon Jul 28, 2014 7:35 am
- Forum: JFreeChart
- Topic: export chart as PDF,SVG or EPS
- Replies: 14
- Views: 42517
- Mon Jul 28, 2014 7:33 am
- Forum: JFreeChart
- Topic: export chart as PDF,SVG or EPS
- Replies: 14
- Views: 42517
Re: export chart as PDF,SVG or EPS
hi buddy ur code work super thanks for u r help, but OrsonPdf.jar has a water mark because i download orsonpdf.jar as a trial version can u help me again because my company doesn't ready to buy orsonpdf.jar so do u have some another alternative
- Thu Jul 24, 2014 6:43 pm
- Forum: JFreeChart
- Topic: export chart as PDF,SVG or EPS
- Replies: 14
- Views: 42517
Re: can u please explain step by step because im fresher
a generic way to export your chart using ImageIO supported graphic format : (sample as PNG) public void writeAsPNG( JFreeChart chart, OutputStream out, int width, int height ) { try { BufferedImage chartImage = chart.createBufferedImage( width, height, null); ImageIO.write( chartImage, "png", out )...
- Thu Jul 24, 2014 6:41 pm
- Forum: JFreeChart
- Topic: export chart as PDF,SVG or EPS
- Replies: 14
- Views: 42517
Re: export chart as PDF,SVG or EPS
hi can any one properly elaborate with step by step how to export chart as PDF because i am very new jfreechart actually im fresher and my TL force me to do that so please help me i follow u r above code but i still doesn't get it ...
thanks in advance
thanks in advance