[iText-questions] Will it be a problem if I add content in onStartPage() ?

2008-12-18 Thread Kumar Jalaj
Hello, Thanks a lot for replying to my querry. I want to add header in onStartPage() becuase I want to use document.add .If I do so what kind of problem I am going to face.Is there any other way to add header to the document using document.add . Thanks and Regards, Jalaj.

[iText-questions] Will it be a problem if I add content in onStartPage() ?

2008-12-18 Thread Kumar Jalaj
Hello, I want to add content in the onStartPage() PdfPageEvent method. This content I want to use it as the header of the document, but in book its written that not to add any content in this event, not even header and footer. will it create some kind of problem. Thanks and regards, ja

[iText-questions] There are some issues related with getContentByte()

2008-12-14 Thread Kumar Jalaj
Hello Alexis, thanx a lot for answering my querry.You were true that multiple tables can be added using getContentByte()or we can say that we can add anything anywhere using this object, but whenever i use this object to add something to the document and after that if i wish to add

[iText-questions] How to add a table parallel to a existing table on the same line without using getcontent byte.

2008-12-11 Thread Kumar Jalaj
Hello, I want to add a table just next to another table on the same line without using getcontent byte. also tell me how to add any other objects like chunk, phrase and para on the same line next to existing chunk, phrase and para without using getcontent byte.. Thanks and Regards, Jal