Re: [iText-questions] PDFTable makes no page break

2012-07-30 Thread 1T3XT BVBA
On 29/07/2012 19:25, eageluhrig wrote: i try to insert a table (filled with mysql) into PdfStamper. it works very well, except for there is no page break. here is my code: Of course not! Where is my fault? I don't know where to begin answering this question. Maybe it's better if you read

Re: [iText-questions] PDFTable issue

2010-01-31 Thread 1T3XT info
Sándor Ádám wrote: Hi ... I have a problem with PDFTable under java. When I try to create a cell with colspan it works. Same with rowspan. But if I try to enable both of them to one cell java throes a NullPointExeption. Works for me; see attachment. -- This answer is provided by 1T3XT BVBA

Re: [iText-questions] PDFTable issue

2010-01-25 Thread Mike Marchywka
Date: Mon, 25 Jan 2010 12:39:09 +0100 To: itext-questions@lists.sourceforge.net Subject: [iText-questions] PDFTable issue Hi ... I have a problem with PDFTable under java. When I try to create a cell with colspan it works. Same with

Re: [iText-questions] pdftable rowspan - bunching

2009-07-22 Thread 1T3XT info
pbs wrote: Thank you for any help you could give. I have searched the net and bought the book but cannot find my answer. Either read pages 179 to 181 very carefully and achieve what you want to do using nested tables. Or wait until somebody who has a lot of work (and who isn't granted any

Re: [iText-questions] pdftable rowspan - bunching

2009-07-22 Thread 1T3XT info
1T3XT info wrote: pbs wrote: Thank you for any help you could give. I have searched the net and bought the book but cannot find my answer. Either read pages 179 to 181 very carefully and achieve what you want to do using nested tables. I probably mistook you with nets...@bk.ru who had a

Re: [iText-questions] pdftable rowspan - bunching

2009-07-22 Thread Bruno Lowagie
pbs wrote: Hi I am using pdfTable to create a table which will use rowspan to display a timetable. Please don't talk about pdfTable when you mean Table. I dont think I can use pdfptable with nested tables because of the potential complexity of the table. Please don't talk about pdfptable

Re: [iText-questions] PdfTable header issue

2008-05-20 Thread Alexis Pigeon
Hello Barik, On 20/05/2008, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello Alexis, Please don't reply to me personnally. This is a mailing list, thus all messages should be sent to [EMAIL PROTECTED] Let me tell you in detail..I am supposed to add 3 tables as header in each new page of

Re: [iText-questions] PdfTable new page / page break

2007-12-18 Thread edeniko
Hi, My purpose is to insert blank page inside the table. Thanks, Bruno Lowagie (iText) wrote: edeniko wrote: Hi, I'm using iText 1.4.7, and trying to insert a new page / page break into PdfTable, with no luck. Here's the code brief: PdfPTable table = new PdfPTable(1); PdfPCell

Re: [iText-questions] PdfTable new page / page break

2007-12-17 Thread Bruno Lowagie
edeniko wrote: Hi, I'm using iText 1.4.7, and trying to insert a new page / page break into PdfTable, with no luck. Here's the code brief: PdfPTable table = new PdfPTable(1); PdfPCell cell = new PdfPCell(new Phrase(Something, font)); table.addCell(cell); // NEW PAGE SHOULD BE INSERTED HERE

Re: [iText-questions] PdfTable with a cell with image and text...

2006-09-22 Thread bruno
Paolo Scaffardi wrote: I have some problem with images inside PdfTable cells. This is part of my code: public PdfPCell getCell(String text, URL iconUrl) { PdfPCell cell = new PdfPCell(); if (text != null) { Phrase phrase = new Phrase(text);

Re: [iText-questions] PdfTable background and borders

2005-04-04 Thread Steve Appling
This should be handled already. It seems to work fine in my simple tests. Do you have a SIMPLE example of the problem? BTW, it is probably better to use PdfPTable if you can. - Original Message - From: David Perez [EMAIL PROTECTED] To: iText itext-questions@lists.sourceforge.net Sent:

Re: [iText-questions] PdfTable background and borders

2005-04-04 Thread David Perez
Thanks Steve I have created a very small example that illustrates the bug. I know PdfPTable is a lot better, but I mainly use PdfTable because it offers rowspans. Steve Appling schrieb: This should be handled already. It seems to work fine in my simple tests. Do you have a SIMPLE example of

Re: [iText-questions] PdfTable background and borders

2005-04-04 Thread Steve Appling
); c.setBorder(Rectangle.BOX); c.setBorderWidth(.2f); tbl.addCell(c); - Original Message - From: David Perez [EMAIL PROTECTED] To: iText itext-questions@lists.sourceforge.net Sent: Monday, April 04, 2005 10:46 AM Subject: Re: [iText-questions] PdfTable background and borders Thanks Steve I have

RE: [iText-questions] PdfTable in Footer/Headers

2005-01-05 Thread Paulo Soares
See the example headers_and_watermarks.java at itextpdf.sf.net. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, January 04, 2005 4:33 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions]

Re: [iText-questions] PdfTable Bug?

2004-11-22 Thread Paulo Soares
It's a bug. - Original Message - From: Cary Sweet [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 22, 2004 22:58 Subject: [iText-questions] PdfTable Bug? I was looking through the code and came across something that did not look correct: Code version: iText 1.1 Class:

RE: [iText-questions] PdfTable footer

2004-09-09 Thread Paulo Soares
Increase the bottom margin. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of William Garnett Sent: Thursday, September 09, 2004 2:52 PM To: [EMAIL PROTECTED] Subject: [iText-questions] PdfTable footer Hello; I

RE: [iText-questions] PdfTable

2004-01-22 Thread Paulo Soares
Title: RE: [iText-questions] PdfTable itextpdf.sf.net -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Ujjwala Kadam Sent: Wednesday, January 21, 2004 4:54 To: [EMAIL PROTECTED] Subject: [iText-questions] PdfTable Hi, Can anyone tell me where

RE: [iText-questions] pdftable

2003-03-13 Thread Paulo Soares
It's a matter of arithmetic setting the right column size from setTotalWidth(). I'm tempted to add a method to PdfPTable to do the calculation. The last version allows the table to split if it's very wide so, you can keep the other table half. Best Regards, Paulo Soares -Original

Re: RE: [iText-questions] pdftable

2003-03-13 Thread Joel Matos
It isn't working... I do this: datatable.setWidths(myWidths); datatable.setTotalWidth(totalWidths); But even if i set absurd values, i always get the same layout that is a table that fits perfectly in the page, and it's smaller than if i set

RE: RE: [iText-questions] pdftable

2003-03-13 Thread Paulo Soares
Regards, Paulo Soares -Original Message- From: Joel Matos [SMTP:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 13:26 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: RE: [iText-questions] pdftable It isn't working... I do this: datatable.setWidths

RE: [iText-questions] pdfTable problems

2002-12-05 Thread Paulo Soares
That's the way it works. It's documented in the javadocs for PdfPTable. Best Regards, Paulo Soares -Original Message- From: Friedhelm Matten [SMTP:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 3:49 To: [EMAIL PROTECTED] Subject: [iText-questions] pdfTable problems

Re: [iText-questions] PDFTable

2002-11-17 Thread Paulo Soares
Soares - Original Message - From: Larry Epps [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, November 17, 2002 20:25 Subject: Re: [iText-questions] PDFTable Thanks Paulo, I saw where I could set the Horizonal position, but would I use something like LINECANVAS