Search found 4 matches

by fgeisler
Mon Jan 07, 2008 4:06 pm
Forum: JFreeChart
Topic: Antialiasing in pdf export
Replies: 8
Views: 9951

Erf, thanks for your advice :)

With Acrobat Reader 8.1, the lines are perfects !

Thanks again.
by fgeisler
Mon Jan 07, 2008 4:02 pm
Forum: JFreeChart
Topic: Antialiasing in pdf export
Replies: 8
Views: 9951

I'm using Acrobat Reader 5.0. I'm downloading the version 8.1 to test.
Can you send your pdf result to my mail to see if it's a viewer problem or maybe a library problem. (fgeisler@yahoo.fr)

Thanks
by fgeisler
Mon Jan 07, 2008 3:20 pm
Forum: JFreeChart
Topic: Antialiasing in pdf export
Replies: 8
Views: 9951

unfortunatly even with this simple sample code it doesn't work : import java.awt.Graphics2D; import java.awt.geom.Rectangle2D; import java.io.File; import java.io.OutputStream; import java.io.BufferedOutputStream; import java.io.DataOutputStream; import java.io.FileOutputStream; import java.io.IOExc...
by fgeisler
Mon Jan 07, 2008 2:10 pm
Forum: JFreeChart
Topic: Antialiasing in pdf export
Replies: 8
Views: 9951

Antialiasing in pdf export

Hello,

I have a problem with antialiasing. When I try to write a chart into a PDF with the jfreechart.draw() method the line in the PDF are not smooths.

Is it possible to have antialiasing in the PDF (using itext) because even with the simplest sample the line are not smooths.

Thanks.