jasper reports kannada text not getting exported correctly in PDF - jasper-reports

I am trying to display a static text in kannada in Ireport . The Internal preview works fine but when the report is exported as PDF. the kannada text is displayed but not correctly.
I am using Tunga font and also setting isPDFEmbedded =true.
Thanks in advance

Related

itextsharp not showing hindi fonts correctly

We have created PDF using itext sharp in which we are display hindi text, but in pdf some text is coming correctly whereas some text is not showing in correct way. any help?
we are expecting to show hindi text in correct format
iTextSharp does not support Hindi at all. What you can do is add a Hindi Font that you can find online maually to your setup. this is described here: International text in iTextSharp

Can I use Crystal Report to generate image file (jpg, tiff, png)?

Can I use Crystal Report to generate image file (jpg, tiff, png)? I already search google but all tutorials seems to focus on how to integrate image in crystal report.
The idea is to use Crystal Report to generate label image. Then integrate these label image in rpt/pdf files.
Thank you
I don't think Crystal reports supports export to image. You will need to go through an export to one of the supported file formats and then convert it to the desired image format. For example export the report to a PDF and then convert the PDF to an image.

Not showing table borders in crystal report

I have a richtextbox in my vb.net 2008 application. I was able to save the content including and i can view it through rich text box. But when i added that rich text box to crystal report, all contents will show, but table borders and lines are not showing.
IS there any limitations on crystal report or i am doing it wrongly
In format object box, Paragraph tab, change Text interpretation to "RTF text"

Exported pdf in iReport not displaying correct font

I am trying to display a simple kannada text in iReport. The font I am using is Tunga.ttf and it gets embedded as subset in exported pdf but the words are not displayed correctly.
The PDF encoding option as provided by iReport that I am using here is Identity-H (Unicode with horizontal writing) ....
The following is the one I get in iReport preview.
The following is the image that is obtained when exported as PDF
Kindly help me out with this problem.

JasperReports HTML missing objects

I have a jrxml file which is displayed properly when previewed in PDF, but the same file doesn't display correctly when previewed in HTML.
Overlapped objects are not displayed. The alignment and formatting also changes.
You cannot display overlapped item in HTML, in Jasper Server at least. There is a similar problem in excel if you have overlapping columns etc.
The best solution all round is not to have overlapping items.