hi Friend,
you can replace html special characters with ascii code
ascii special character
Ć (Ć)
ć (ć)
Ĉ (Ĉ)
ĉ (ĉ)
Ċ (Ċ)
ċ (ċ)
Č (Č)
for more details : http://www.starr.net/is/type/htmlcodes.html
--
View this message in context:
http://old.nabble.com/Re%3A-iTextsharp---HTML
JDFY_SparesDB is a custom action that fires due to an Acrobat plugin that ewe
have developed. That is correct.
I've done some other tests.
I see that the problem is those dotted named fields (that aren't read by
iText with normal acrofields hashTable) that are over the annotation links.
The stran
Have you checked the "Uri" variable content?
Taking the 1st annotation from object 31:
<>
/A<>
/Border[0 0 0]
/Type/Annot>>
From my poor knowledge of PDF syntax, it seems to me that the /S key of the
annotation's action dictionary, doesn't refer to a valid action type (/GoTo,
/GoToR, etc), b
Using iTextSharp 4.1.6.0 and vb.net i've written an application that replace
pages from source.pdf to dest.pdf.
I have to manage some links, so i
remove the annotations (links) at the destination
add annotation to the destination using the source annotation
and forcing new action in this
Hi,
Im new to iText.
Im facing a problem while adding png images to PDF.
When i add a png image to a page ,a light-white layer applied automatically
to the page,
and it changes original background color of a text and background color of a
page.
I found a similar post :
http://old.nabble.com/Add-a
> Date: Tue, 15 Dec 2009 12:58:38 +0100
> From: i...@1t3xt.info
> To: itext-questions@lists.sourceforge.net
> Subject: Re: [iText-questions] Fwd: Not Able to display tamil letters
> correctly
>
> Saranya wrote:
>> If I add this phrase to my document
Saranya wrote:
> If I add this phrase to my document, the letters in " பெ " gets
> interchanged. Further "Thu" letter gets displayed wrongly.
No need to double post. The problem is that iText doesn't support
ligatures for Hindic languages. There's a Ligaturization class for
Arabic, but we've ne
Hi,
This is how I have declared my tamil unicode font
Dim bflatha As BaseFont = BaseFont.CreateFont("C:\WINDOWS\Fonts\latha.ttf",
BaseFont.IDENTITY_H, BaseFont.EMBEDDED)
Dim Font As Font = New Font(bflatha, 6.7)
dim ph as phrase =
New Phrase("வாக்காளர் பெயர் : ", font)
If I add this phrase to
Hi,
This is how I have declared my tamil unicode font
Dim bflatha As BaseFont = BaseFont.CreateFont("C:\WINDOWS\Fonts\latha.ttf",
BaseFont.IDENTITY_H, BaseFont.EMBEDDED)
Dim Font As Font = New Font(bflatha, 6.7)
dim ph as phrase = New Phrase("வாக்காளர் பெயர் : ", font)
If I add this phrase to