[iText-questions] remote calls Image class

2007-08-06 Thread Tobias Seckinger
(); int c4 = is.read(); is.close(); Why do you use four remote calls instead of one? byte [] c = new byte [4]; int rcount = is. read (c, 0, 4); // Access with c[0] , c[1] , c[2] , c [3] Best regards, Tobias Seckinger Germany - T

[iText-questions] Character Spacing and Word Spacing in Column Text

2007-06-13 Thread Tobias Seckinger
Hi all, I use iText 2.0.4 and it's great! Uh, and sorry for this bad english... But one thing I do not understand. The example code at the end of this mail demonstrate my problem. In my program I use the class ColumnText to write text with different borders. Furthermore some text have different c