Re: [iText-questions] PdfPTable Absolute Positioning

2009-07-07 Thread 1T3XT info
tamtam18 wrote: > Hello, I am using the following code to place a PdfPTable at an absolute > position: > > float yAbsolutePosition = iTextDoc.bottomMargin() + > iTextPdfPTable.getTotalHeight(); > iTextPdfPTable.writeSelectedRows(0, -1, iTextDoc.leftMargin(), > yAbsolutePosition, pdfWriter.

[iText-questions] PdfPTable Absolute Positioning

2009-07-06 Thread tamtam18
Hello, I am using the following code to place a PdfPTable at an absolute position: float yAbsolutePosition = iTextDoc.bottomMargin() + iTextPdfPTable.getTotalHeight(); iTextPdfPTable.writeSelectedRows(0, -1, iTextDoc.leftMargin(), yAbsolutePosition, pdfWriter.getDirectContent()); How

AW: [iText-questions] PdfPTable absolute positioning mixed with n on-absolute document.add()s

2003-12-03 Thread "Sölter, Peter"
it out in the page-event-functions. This can be quite tricky. Best Regards, Peter -Ursprüngliche Nachricht- Von: Gabe Johnson [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 2. Dezember 2003 23:14 An: [EMAIL PROTECTED] Betreff: [iText-questions] PdfPTable absolute positioning mixe

RE: [iText-questions] PdfPTable absolute positioning mixed with non-absolute document.add()s

2003-12-03 Thread Gajdos Gabriel
PROTECTED] Behalf Of Gabe Johnson Sent: Tuesday, December 02, 2003 11:14 PM To: [EMAIL PROTECTED] Subject: [iText-questions] PdfPTable absolute positioning mixed with non-absolute document.add()s I'm working with iText to create some invoices. I have a header that appears at the top of every p

[iText-questions] PdfPTable absolute positioning mixed with non-absolute document.add()s

2003-12-03 Thread Gabe Johnson
I'm working with iText to create some invoices. I have a header that appears at the top of every page. This header is written at absolute coordinates using PdfPTable's writeSelectedRows() method in response to a page started event. My problem is that at this point, the 'cursor' is still pointing

RE: [iText-questions] PdfPTable absolute positioning

2002-06-04 Thread Paulo Soares
Use a PdfPTableEvent to get the cell positions. Best Regards, Paulo Soares > -Original Message- > From: Wojciech Wisniowski [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, June 04, 2002 18:55 > To: [EMAIL PROTECTED] > Subject: [iText-questions] PdfPTable absolute positio

[iText-questions] PdfPTable absolute positioning

2002-06-04 Thread Wojciech Wisniowski
Hello, I am a new user of the iText library. It is very usefull for my project but I need a little help. I'm using a PdfPTable/PdfPCell objects to create my pdf document. But in order to complete my project I need export page layout (positions and content of cells ) to external application. I w