Re: [iText-questions] Re naming TextFields on different pages using iText is not working..

2009-12-14 Thread jthom
Can someone give some suggestion on what I could do to remove the overlaying text? By setting stamper formflattening to false is how we were able to see that overlay was happening. Any hint to the cause of the problem is appreciated. Thanks jthom wrote: > > Thanks for the hints to rena

Re: [iText-questions] Re naming TextFields on different pages using iText is not working..

2009-12-10 Thread jthom
remove the fields from Page1 that are getting copied(added) to each page. We are using 2.1.7 jar version of IText. Thanks again. 1T3XT info wrote: > > jthom wrote: >> This is my first time using iText: >> >> Could you give little more info in how the parent can b

Re: [iText-questions] Re naming TextFields on different pages using iText is not working..

2009-11-23 Thread jthom
. We tried to pass the pageNumber to stamp.addAnnotation, but was getting Invalid Page Number N exception .. in the loop. Thank you. 1T3XT info wrote: > > jthom wrote: >> In our method logic, as the rename field to the left of the last dot is >> not >> working, >

[iText-questions] Re naming TextFields on different pages using iText is not working..

2009-11-23 Thread jthom
We are trying to concatenate PDF pages generated dynamically, and show different data in each page. Each page should have its own unique set of 7 text fields. Using a sample 1 page pdf template, additional pages need to be generated dynamically under certain conditions. In our method logic, as th