MARIO ALBERTO DAVILA ITURBE wrote:
> hi : I saw the Myfirst Table sample ,but it alway puts the table and the
> beginin of the document, ther's any way that you can specify a position
> for the al table in the document ?
Where did you find that example?
If it's accompanied by more examples, you
gt;From: Bruno Lowagie <[EMAIL PROTECTED]>
>Reply-To: Post all your questions about iText here
>
>To: Post all your questions about iText here
>
>Subject: Re: [iText-questions] Table position
>Date: Fri, 27 Oct 2006 16:56:00 +0200
>MIME-Version: 1.0
>Received: from lists-
Ruitao Duan wrote:
> Hi Bruno,
>
> Thanks for your reply. PdfPTable.writeSelectedRows is the method that i have
> tried:
> PdfPTable.writeSelectedRows(0, -1, 100, 300, cb);
>
> But I have over 1000 rows of data in the table, and that method prints out
> all the data in one page only.
That'
r questions about iText here
>
>Subject: Re: [iText-questions] Table position
>Date: Fri, 27 Oct 2006 10:26:38 +0200
>MIME-Version: 1.0
>Received: from lists-outbound.sourceforge.net ([66.35.250.225]) by
>bay0-mc9-f1.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Fri, 27
>Oct
Ruitao Duan wrote:
> Hi,
>
> I am trying to create a pdf file using iText which has a half page of text,
> lines, etc, then followed by thousands of rows of data in a table. After
> that, it has some other lines of text, lines, etc.
I haven't read the complete question, but I would suggest tha
Mark,
Thanks for your quick answer.
I read all the documentation and API but I didn't find a way to specify
the space after a paragraph.
I tried to use a paragraph with a specified leading and an empty chunk
but it didn't work.
Is there a way to do that?
Thanks,
Pierre Scemla
Mark Hall wrote:
--
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Friday 18 June 2004 18:51, Pierre Scemla wrote:
> I'm using iText for writing RTF documents.
> It works fine, however I didn't find how to center a table (I don't want
> to center the content of the cells, but the whole table).
> Is there a way to d
Table can't do that. That's one of the reasons why PdfPTable was
created.
Best Regards,
Paulo Soares
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Francisco Huerta
> Sent: Monday, May 10, 2004 12:38 PM
> To: [EMAIL PROTECTED]
> Subject: [iTex
isha afisha wrote:
Hi,
just wanna ask..
can we modify in PageEvent coding to return String or Integer
???
The answer is no.
How would you ever be able to do something with this return value.
The Event is triggered in PdfDocument.
You will never invoke the method onCloseDocument yourself.
Are y