Bruno Lowagie (iText) wrote:

>    but then I saw there was no method to change the
>    character spacing of a Chunk. It would probably not
>    be that difficult to provide such a method.

I have looked at the code.
I thought I could do something similar as
is done with setHorizontalScaling()
This would need changes in PdfChunk, PdfFont,
and PdfDocument, but it would take more time
than I originally thought.
Maybe you can use another workaround. For
instance: create a PdfTemplate, write all
the text to this template using ColumnText,
then add the PdfTemplate as an Image to the
Cell.
There may be other workarounds too...
br,
Bruno

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to