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
> 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