Re: [iText-questions] SplitLate Problem/Question

2006-08-08 Thread Paulo Soares
ot; Sent: Tuesday, August 08, 2006 4:07 PM Subject: Re: [iText-questions] SplitLate Problem/Question Try this. My previous example did work when I got the latest version. This however does not: // Margins and the first paragraph are a bit different iTextSharp.text.Document doc

Re: [iText-questions] SplitLate Problem/Question

2006-08-08 Thread Mitch Freed
al Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paulo Soares Sent: Monday, August 07, 2006 4:55 PM To: Post all your questions about iText here Subject: Re: [iText-questions] SplitLate Problem/Question Works for me. I attach what I got using the latest itextsharp. P

Re: [iText-questions] SplitLate Problem/Question

2006-08-07 Thread Paulo Soares
Works for me. I attach what I got using the latest itextsharp. Paulo - Original Message - From: "Mitch Freed" <[EMAIL PROTECTED]> To: Sent: Monday, August 07, 2006 11:09 PM Subject: [iText-questions] SplitLate Problem/Question I have a PdfPTable which I have specifi

[iText-questions] SplitLate Problem/Question

2006-08-07 Thread Mitch Freed
I have a PdfPTable which I have specified the SplitLate property to false on. I have a scenario where I have 2 rows. The first row spans the entire page, thus the second row will display on the second page. If SplitLate is set to true, this works fine. If SplitLate is set to false, I lose so