[iText-questions] Need help for Character Spacing in existing pdf

2013-03-13 Thread Shafi hameed
Dear sir, I have a pdf file in which all the contents are in Arial font. my requirement is to set a space between every character. eg. i want to change 'HELLO' as 'H E L L O'. The follwing code adds some text with given amount of charecter spacing var pdfStamper = new PdfStamper(pdfReader, new F

Re: [iText-questions] Need help for Character Spacing in existing pdf

2013-03-13 Thread Shafi hameed
> I have a pdf file in which all the contents are in Arial font. my > requirement is to set a space between every character. eg. i want to change > 'HELLO' as 'H E L L O'. > > The follwing code adds some text with given amount of charecter spacing > > var pdfStamper = new PdfStamper(pdfReader, new