Re: [iText-questions] iTextSharp UNICODE problem???

2010-03-04 Thread chriskaza81
Well finally i found out my problem with UNICODE the only thing i got to set was : pdfFormFields.SetFieldProperty("FirstName", "textfont", fontNormal, null); pdfFormFields.SetField("FirstName", txtFirstName.Text); the "textfont" stringneed to be entered , so easy i spe

Re: [iText-questions] iTextSharp UNICODE problem???

2010-03-01 Thread mister bean
I had problems with IDENTITY-H encoding working correctly when I was using a PDF reader other than Adobe Reader. So, if you're not using Adobe Reader 9.x, I suggest you get it and use it to view your PDFs. This might solve the problem. ---mr. bean chriskaza81 wrote: > > > i have a really p

Re: [iText-questions] iTextSharp UNICODE problem???

2010-03-01 Thread Bruno Lowagie
chriskaza81 wrote: > if it is just possible to provide a sample code because i don't understand > what could be my fault although i sertenly know that is my fault. The problem is generally caused by not understanding how fonts work. There's an interesting chapter about fonts in this book (chapter

Re: [iText-questions] iTextSharp UNICODE problem???

2010-03-01 Thread chriskaza81
realy sorry if i was rude with my replay but you misunderstood me (i am not really familiar with english) i really aprisiate your help and surely i agree that is my fault for not working . if it is just possible to provide a sample code because i don't understand what could be my fault al

Re: [iText-questions] iTextSharp UNICODE problem???

2010-03-01 Thread 1T3XT info
chriskaza81 wrote: > thanks for replay but still not working It works for us, but if it doesn't work for you, then why don't you want us to help you? It's very ungrateful to say "it doesn't work" because that gives the product a bad name. You should say: "I'm not able to make it work", and the

Re: [iText-questions] iTextSharp UNICODE problem???

2010-03-01 Thread chriskaza81
thanks for replay but still not working 1T3XT info wrote: > > chriskaza81 wrote: >> >> i have a really problem with iTextSharp DLL , i try to write unicode >> (greek) c#.net my part of code is below: >> The problem is when i write to pdf Greek it appears blank (nothing >> happe

Re: [iText-questions] iTextSharp UNICODE problem???

2010-03-01 Thread 1T3XT info
chriskaza81 wrote: > > i have a really problem with iTextSharp DLL , i try to write unicode > (greek) c#.net my part of code is below: > The problem is when i write to pdf Greek it appears blank (nothing > happens) i tryed many code samples from forums but no result. You are using

[iText-questions] iTextSharp UNICODE problem???

2010-03-01 Thread chriskaza81
i have a really problem with iTextSharp DLL , i try to write unicode (greek) c#.net my part of code is below: The problem is when i write to pdf Greek it appears blank (nothing happens) i tryed many code samples from forums but no result. please help if possible pdf.BaseFont