Re: [iText-questions] add PdfPTable into Columntext into an existing PDF File

2009-07-19 Thread Bruno Lowagie
Stephan Trautmann wrote: > Alright, maybe I should firstly introduce you to what I am about to do: > I got an existing pdf document having 3 form fields. > The task is to firstly fill these fields and add a large ( 660 rows) > pdfptable starting at the first page to that document. > So far i manag

Re: [iText-questions] add PdfPTable into Columntext into an existing PDF File

2009-07-14 Thread 1T3XT info
Stephan Trautmann wrote: > You talk about a reader object but in my case I just have the stamper, > the columntext and the contentbyte of the stamper something like: Hmm... it's impossible to create a PdfStamper object without a PdfReader object, so... please rephrase your question. > I am not s

Re: [iText-questions] add PdfPTable into Columntext into an existing PDF File

2009-07-14 Thread 1T3XT info
Stephan Trautmann wrote: > By the way another question. > Just in case I am adding a very large table with the spamper, > only the first party of the table will be displayed, because the stamper > only works on one page at a time... That's correct. > is there a possibility to add the rest of my c

Re: [iText-questions] add PdfPTable into Columntext into an existing PDF File

2009-07-13 Thread Bruno Lowagie
Stephan Trautmann wrote: > Hello, > > I have been working with IText for 2 weeks now and already read through 3 > quaters of the book which I have bought last week. Its really interesting how > many different options I got in manipulating pdf and generate new ones. > > But as usuall there are q

[iText-questions] add PdfPTable into Columntext into an existing PDF File

2009-07-13 Thread Stephan Trautmann
Hello, I have been working with IText for 2 weeks now and already read through 3 quaters of the book which I have bought last week. Its really interesting how many different options I got in manipulating pdf and generate new ones. But as usuall there are questions coming up which are not quite