Re: [iText-questions] iTextsharp - HTML to PDF, problem with Croatian characters

2009-12-15 Thread jitendra777
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

Re: [iText-questions] Link Annotation and replacePage

2009-12-15 Thread merco
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

Re: [iText-questions] Link Annotation and replacePage

2009-12-15 Thread Fabrizio Arosio
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

[iText-questions] Link Annotation and replacePage

2009-12-15 Thread merco
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

[iText-questions] PNG image white layer problem in PDF

2009-12-15 Thread asif_zzz
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

Re: [iText-questions] Fwd: Not Able to display tamil letters correctly

2009-12-15 Thread Mike Marchywka
> 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

Re: [iText-questions] Fwd: Not Able to display tamil letters correctly

2009-12-15 Thread 1T3XT info
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

[iText-questions] Fwd: Not Able to display tamil letters correctly

2009-12-15 Thread Saranya
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

[iText-questions] Not Able to display tamil letters correctly

2009-12-15 Thread Saranya
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