Re: [iText-questions] A Bug or a feature

2003-03-08 Thread Bruno
Quoting "Jaladurgam, Ramana" <[EMAIL PROTECTED]>: > HI, > I have modified the example program Chap0101.java to add chunks of data. > I expected that iText creats two lines, but the second line overrides the > first one. > Is this the way, iText is expected to behave? This is expected behav

Re: [iText-questions] A Bug or a feature

2003-03-07 Thread Paulo Soares
Put all the chunks inside a Paragraph and it will work correctly. Best Regards, Paulo Soares - Original Message - From: "Jaladurgam, Ramana" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 07, 2003 21:02 Subject: [iText-questions] A Bug or a feat

[iText-questions] A Bug or a feature

2003-03-07 Thread Jaladurgam, Ramana
HI, I have modified the example program Chap0101.java to add chunks of data. I expected that iText creats two lines, but the second line overrides the first one. Is this the way, iText is expected to behave? Or is this a bug? I have also attached the example program. Thanks, Ramana. /*