Exported pdf in iReport not displaying correct font - jasper-reports

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.

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.

how to keep pdf format while using itextSharp

I am new in using itextsharp: i searched for how to keep pdf formatting while using itextsharp but found none. is there anything new about keeping pdf format in text?
please help. I want to keep format of page number and fonts of text headers and sub headers as in chapter heading etc

jasper reports kannada text not getting exported correctly in PDF

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

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.