Re: [iText-questions] large PdfPTables and fitsPage

2004-09-29 Thread Steve Appling
r. Does anyone have an idea about how to handle this? - Original Message - From: "Paulo Soares" <[EMAIL PROTECTED]> To: "Steve Appling" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, September 29, 2004 5:39 AM Subject: RE: [iText-questio

Re: [iText-questions] large PdfPTables and fitsPage

2004-09-29 Thread Christian Lauer
quot;Wellman, Daniel" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, September 29, 2004 9:26 AM > Subject: RE: [iText-questions] large PdfPTables and fitsPage > > > > Hi Steve, > > I'm not entirely sure what's wrong with Pdf

RE: [iText-questions] large PdfPTables and fitsPage

2004-09-29 Thread Paulo Soares
; [EMAIL PROTECTED] > Subject: Re: [iText-questions] large PdfPTables and fitsPage > > Thanks for the suggestions, but after looking into it more, I > think I like Paulo's idea. I didn't > originally understand what setSkipFirstHeader was doing. I'm > going to t

Re: [iText-questions] large PdfPTables and fitsPage

2004-09-29 Thread Steve Appling
hat pulling out the last row and re-adding it was a little goofy. - Original Message - From: "Wellman, Daniel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 29, 2004 9:26 AM Subject: RE: [iText-questions] large PdfPTables and fitsPage Hi Steve

RE: [iText-questions] large PdfPTables and fitsPage

2004-09-29 Thread Wellman, Daniel
ive/message.php?msg_id=9337203 http://sourceforge.net/mailarchive/message.php?msg_id=9597664 Daniel Wellman -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Appling Sent: Tuesday, September 28, 2004 8:18 PM To: Paulo Soares; [EMAIL PROTECTED] Subject: Re:

RE: [iText-questions] large PdfPTables and fitsPage

2004-09-29 Thread Paulo Soares
ember 29, 2004 1:18 AM > To: Paulo Soares; [EMAIL PROTECTED] > Subject: Re: [iText-questions] large PdfPTables and fitsPage > > How does skipFirstHeader help me effeciently render a very > large table? I don't see how it is an > alternative to fitsPage. > > - Or

RE: [iText-questions] large PdfPTables and fitsPage

2004-09-29 Thread Paulo Soares
oares > -Original Message- > From: Steve Appling [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 29, 2004 11:57 AM > To: Paulo Soares; [EMAIL PROTECTED] > Subject: Re: [iText-questions] large PdfPTables and fitsPage > > Thanks for the example, but how do you implem

Re: [iText-questions] large PdfPTables and fitsPage

2004-09-29 Thread Steve Appling
w is removed from memory). - Original Message - From: "Paulo Soares" <[EMAIL PROTECTED]> To: "Steve Appling" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, September 29, 2004 5:39 AM Subject: RE: [iText-questions] large PdfPTables and fitsPage Here&

Re: [iText-questions] large PdfPTables and fitsPage

2004-09-28 Thread Steve Appling
; Sent: Tuesday, September 28, 2004 5:46 PM Subject: RE: [iText-questions] large PdfPTables and fitsPage >I still don't care but Christian Lauer fixed fitsPage and it will be available in the >next release. Another option is

RE: [iText-questions] large PdfPTables and fitsPage

2004-09-28 Thread Paulo Soares
Title: [iText-questions] large PdfPTables and fitsPage I still don't care but Christian Lauer fixed fitsPage and it will be available in the next release. Another option is to use skipFirstHeader.   Best Regards, Paulo Soares From: [EMAIL PROTECTED] on behalf of Steve ApplingSent

[iText-questions] large PdfPTables and fitsPage

2004-09-28 Thread Steve Appling
On 9/23 Christian Lauer wrote about a problem with fitsPage and Paulo responded: > I know about that and I don't care. The fitsPage method falls in the same cathegory > I have for Table: use something else. I was planning on using the fitsPage method with PdfPTable in a manner similar to the Ch