If you are trying to reuse a table don't. Instantiate a new table each time.
Use fitsPage() to avoid creating a long table.

Best Regards,
Paulo Soares

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 21, 2002 17:28
Subject: [iText-questions] (no subject)


> Hi
>
> First time poster and recent descoverer of itext. I really enjoy working
> with this library. The  tutorial is a bit cryptic and the API method
> descriptions sometimes leave me guessing but the examples help clear the
> fog. Thanx for all the work Bruno and Paulo its usually very easy using
> itext, except I have a bit of a problem.
>
> I am creating a PDF with 3 tables. I'm looping thru a bunch of data that
> is broken into multiple entities in a array. I want to have each table
> contain only the data for  each element, write it to the PDF and then
> load
> the next elements data into the same table , but with out the previous
> elements data. I don't want to reinstantiate the tables each pass thru
> the
> loop. Does anyone have any suggestions, should I specifically assign
> each
> piece of data to a cell in the table (0,1) etc? The 3 tables contain:
>
> First Table : general unit info (consists of a 2 col, 6 row table every
> time)
> Second Table: Recorded unit info ( biggest table that is 7 cols by x
> rows )
> Third Table: Totals Table ( I get the totalls for table 2 and summarize
> them in a 5 col by 3 row)
>
> Any help would be great!!
>
> Evan Brown
>
>
> _________________________________________
> GLOBAL FREQUENCY: A serial by Warren Ellis
> http://www.globalfrequency.org * http://www.warrenellis.com
> are you on the global frequency?
> GlobalFrequency.org e-mail is hosted by www.CBRMail.com.
>
>
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by: OSDN - Tired of that same old
> cell phone?  Get a new here for FREE!
> https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
> _______________________________________________
> iText-questions mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/itext-questions



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to