Re: [iText-questions] encoding problem on signature appearance properties

2008-08-29 Thread Paulo Soares
Set also the font with the Turkish glyphs. Paulo - Original Message - From: "mursitorhan" <[EMAIL PROTECTED]> To: Sent: Friday, August 29, 2008 1:34 PM Subject: [iText-questions] encoding problem on signature appearance properties > > hi, > signing a p

[iText-questions] encoding problem on signature appearance properties

2008-08-29 Thread mursitorhan
hi, signing a pdf like below I set the reason properties with turkish characters PdfStamper stp = PdfStamper.createSignature(reader, fout, '\0'); PdfSignatureAppearance sap = stp.getSignatureAppearance(); sap.setCrypto(key, chain, null, PdfSignatureAppearance.WINCER_SIGNED); sap.setReason("aşaŞa

Re: [iText-questions] encoding problem with accent

2006-11-13 Thread Paulo Soares
mber 13, 2006 4:43 PM > To: [email protected] > Subject: [iText-questions] encoding problem with accent > > Hello, > > I have a problem with accents when I generate a pdf from a > servlet. Special > haracters like accents or "'" ar

[iText-questions] encoding problem with accent

2006-11-13 Thread Clement Honore
Hello, I have a problem with accents when I generate a pdf from a servlet. Special haracters like accents or "'" are replaces by some bad characters. For example "é" becomes "é". I haven't the problem when I generate the pdf from a standalone application, only when I am in a servlet. It is the sa

Re: [iText-questions] encoding problem for ISO-8859-2

2006-07-19 Thread Bruno Lowagie
Priyesh S Patel wrote: > > Hi, > As per you built in font dose not support this > charecters then how to embed external font in itext? Please guide me. Start here: http://itextdocs.lowagie.com/tutorial/fonts/ Read the three pages on fonts. They come with plenty of examples. br, B

Re: [iText-questions] encoding problem for ISO-8859-2

2006-07-18 Thread Priyesh S Patel
l your questions about iText here To "Post all your questions about iText here" cc Subject Re: [iText-questions] encoding problem for ISO-8859-2 What font are you using? The built-in fonts don't have those characters, you'll have to embedd an external fo

Re: [iText-questions] encoding problem for ISO-8859-2

2006-07-18 Thread Paulo Soares
2006 3:42 PM > To: itext-questions > Subject: [iText-questions] encoding problem for ISO-8859-2 > > there are 2 Czech Repubic characters which are getting > wrongly printed in the generated pdf.Here's my analysis on it > > PFA the latest pdf which gets generated (after setti

[iText-questions] encoding problem for ISO-8859-2

2006-07-18 Thread Priyesh S Patel
there are 2 Czech Repubic characters which are getting wrongly printed in the generated pdf.Here's my analysis on it   PFA the latest pdf which gets generated (after setting the encoding  "i.e. ISO-8859-2 " correctly on the server for Czech)In the contract the text which was put in by us wa

Re: [iText-questions] [encoding problem] some specific char like apostrophe become empty square

2005-03-24 Thread bruno
L. Dejoux wrote: Hi, The text i'm trying to insert to my RTF file contents some specific characters like apostrophe. (Actually the text come from a copy/past from MS Word it is stocked in a MySql DB and recover by my java pg to be export in a rtf file) Those specific characters are not interpr

[iText-questions] [encoding problem] some specific char like apostrophe become empty square

2005-03-23 Thread L. Dejoux
Hi,   The text i'm trying to insert to my RTF file contents some specific characters like apostrophe. (Actually the text come from a copy/past from MS Word it is stocked in a MySql DB and recover by my java pg to be export in a rtf file) Those specific characters are not interpreted correctly by i

RE: [iText-questions] encoding problem

2003-10-25 Thread Paulo Soares
That's not an encoding problem. You need external fonts with the polish characters. Best Regards, Paulo Soares > -Original Message- > From: dimmu3 [SMTP:[EMAIL PROTECTED] > Sent: Friday, October 24, 2003 11:06 > To: [EMAIL PROTECTED] > Subject: [iText-questio

[iText-questions] encoding problem

2003-10-25 Thread dimmu3
Hi! I've got a problem with polish character set. When I add a Paragraph with polish text do a document I get just blank space in place of polish character. I set ISO-8859-2 and UTF-8 encoding while creating paragraph, but it still didn't work. How can I add polish text to document? ---