Re: [iText-questions] jagged text in images ...

2005-10-31 Thread Bruno Lowagie
Kunal Kundu wrote: Hi, I am generating a Chart object through a third party software If it's JFreeReport, you can add the chart without using java.awt.Image. However, the title of the chart and other text like the legend etc. have lots of jagged edges. The same chart when showed in the

[iText-questions] jagged text in images ...

2005-10-31 Thread Kunal Kundu
Hi,   I am generating a Chart object through a third party software and converting it to a java.awt.Image object thru an API in the third party software. I am then converting the java.awt.Image object to a com.lowagie.text.Image object and putting it in my PDF document.   However, the