itextsharp not showing hindi fonts correctly - unicode

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

Related

how to display arabic language in PDF

I generate a PDF and data is retrieved from TextField if the texts are in English. The file will be created. If the texts are in Arabic, it is not accepted.
You can use a package like this package and it will accept Arabic text

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

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.

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

PDF to HTML in iPhone

Is it possible to convert a PDF page in to HTML format using any objective-c library. I want to enable the text selection on PDF files.
#swiecki approach is not valid for pdfs
My suggestion is to use CoreText and add an overlay over the pdf view.
But it will be a long and tedious process as you need to parse the pdf to find coordinates of every letter.