Re: [iText-questions] iText newbie having page truncation issues

2008-01-30 Thread Bruno Lowagie
Paul Cooper wrote: > I'm trying to position text to print on a pre-printed > certificate. O, I've got plenty of projects like that. Originally I used ColumnText or showTextAligned to position text on absolute positions, but the next year, the lay-out of the pre-printed template changed, and I had

Re: [iText-questions] iText newbie having page truncation issues

2008-01-30 Thread Paul Cooper
om: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruno Lowagie Sent: Wednesday, January 30, 2008 9:52 AM To: Post all your questions about iText here Subject: Re: [iText-questions] iText newbie having page truncation issues Paul Cooper wrote: > I'm creating a simple page, using Chu

Re: [iText-questions] iText newbie having page truncation issues

2008-01-30 Thread Bruno Lowagie
Paul Cooper wrote: > I’m creating a simple page, using Chunks and adjusting leading to get > positioning on a LETTER-sized page. I can position text to about the 8” > mark on a portrait-oriented page, but after that the text moves to the > next page. This is a really simple page, with about 6 li

Re: [iText-questions] iText newbie having page truncation issues

2008-01-30 Thread Paulo Soares
ts.sourceforge.net > Subject: [iText-questions] iText newbie having page truncation issues > > I'm creating a simple page, using Chunks and adjusting > leading to get positioning on a LETTER-sized page. I can > position text to about the 8" mark on a portrait-oriented > p

[iText-questions] iText newbie having page truncation issues

2008-01-29 Thread Paul Cooper
I'm creating a simple page, using Chunks and adjusting leading to get positioning on a LETTER-sized page. I can position text to about the 8" mark on a portrait-oriented page, but after that the text moves to the next page. This is a really simple page, with about 6 lines of text on it. Is this a k