Re: [iText-questions] PdfPTable header is overwriting all other text (almost fixed)

2010-02-25 Thread Paulo Soares
> -Original Message- > From: 1T3XT info [mailto:i...@1t3xt.info] > Sent: Thursday, February 25, 2010 11:04 AM > To: Post all your questions about iText here > Subject: Re: [iText-questions] PdfPTable header is > overwriting all other > text (almost fixed) > > F

Re: [iText-questions] PdfPTable header is overwriting all other text (almost fixed)

2010-02-25 Thread 1T3XT info
Fox, David wrote: > Is there a .NET equivalent to PdfWriter.setInitialLeading()? More > importantly, is there a separate mailing list and/or API for iTextSharp? > I didn't see one at http://sourceforge.net/projects/itextsharp/ The iTextSharp mailing list has been closed down because there are more

Re: [iText-questions] PdfPTable header is overwriting all other text (almost fixed)

2010-02-25 Thread Fox, David
rsday, February 25, 2010 11:04 AM To: Post all your questions about iText here Subject: Re: [iText-questions] PdfPTable header is overwriting all other text (almost fixed) Fox, David wrote: > Why do the margins appear different? Because the initial leading is 0. You can change this with setInitia

Re: [iText-questions] PdfPTable header is overwriting all other text (almost fixed)

2010-02-25 Thread 1T3XT info
Fox, David wrote: > Why do the margins appear different? Because the initial leading is 0. You can change this with setInitialLeading(); see http://itextpdf.com/examples/index.php?page=example&id=14 -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info --

Re: [iText-questions] PdfPTable header is overwriting all other text (almost fixed)

2010-02-25 Thread Fox, David
I RTFM, and set my margins. However, on page 1, header and body text overlap (by 1 line of body text) while they don't on all other pages. I gauge this overlap to be 16pt because if I add 16 to the document.TopMargin, it fixes the overlap on page 1, but also increases the spacing on subsequent page