Re: [iText-questions] how to split pages for large no of columns

2003-02-07 Thread Paulo Soares
I expect to have column splitting in the next version. Best Regards, Paulo Soares - Original Message - From: "heidi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 07, 2003 21:59 Subject: [iText-questions] how to split pages for large no of columns > > hi, i have b

Re: [iText-questions] Templates in pdf Footers

2003-02-07 Thread Paulo Soares
You are probably not writing in the visible part of the template but only a code example would tell. Best Regards, Paulo Soares - Original Message - From: "William S. Hayes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 07, 2003 19:26 Subject: [iText-questions] Templa

[iText-questions] how to split pages for large no of columns

2003-02-07 Thread heidi
hi, i have been using iText for about a month now, and we have been using it to print reports. large reports with many rows are not a problem, since iText takes care of it, but we have problems with reports that has 30+ columns, and i would like some help in how to split the table up into mult

[iText-questions] Re: iText-questions digest, Vol 1 #1003 - 9 msgs

2003-02-07 Thread Jeffrey Schrab
I will be out of the office on Friday. I will be returning Monday. --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com ___

[iText-questions] Templates in pdf Footers

2003-02-07 Thread William S. Hayes
Is it true that PdfTemplates are not allowed in Footers since they are written out at the beginning of the document.  I was investigating the possibility of adding a default totalPageNumbers template to the footer.  However the template never gets filled in, even though I set the text of the

[iText-questions] Adding an automatic total page count to HeaderFooter

2003-02-07 Thread William S. Hayes
I have already modified the code that handles outputing HeaderFooter to a RTF document.  This enables users to easily display "page 1 of 5" in a footer.  In rtf docs it is super easy, just need the following line to display the total number of pages.   {\field{\*\fldinst {\cs19  NUMPAGES }}

RE: [iText-questions] page totals using tables

2003-02-07 Thread Paulo Soares
You need to split the table yourself page by page. If you are adding the table in one go iText can't know what you did before adding it to the document. Best Regards, Paulo Soares > -Original Message- > From: Ron Lepine [SMTP:[EMAIL PROTECTED]] > Sent: Friday, February 07, 2003 14:58 > To

RE: [iText-questions] page totals using tables

2003-02-07 Thread Paulo Soares
Explain better, with an example, if possible. Best Regards, Paulo Soares > -Original Message- > From: Ron Lepine [SMTP:[EMAIL PROTECTED]] > Sent: Friday, February 07, 2003 13:18 > To: [EMAIL PROTECTED] > Subject: [iText-questions] page totals using tables > > > I'm using pdftable

[iText-questions] Servlet PDF Connection aborted

2003-02-07 Thread Russo Gaetano
I have a simple servlet that creates a PDF I'm using TomCat 4.0 and Jbuilder7. I marked that TomCat close connection during PDF download process ; TomCat consolle show the following message "java.net.SocketException: Connection aborted by peer: socket write error" TomCat lose connection and

[iText-questions] page totals using tables

2003-02-07 Thread Ron Lepine
I'm using pdftable to produce a report. What I'm trying to do is print totals of a column on each page. I'm using the page event to print header information but the total that gets printed is the grand total (not the page total). Any suggestios would be appreciated. Thanks in advance, Ron --

[Fwd: [iText-questions] print and close a document]

2003-02-07 Thread Pablo Jimenez
Mensaje Original Asunto: [iText-questions] print and close a document De: Pablo Jimenez <[EMAIL PROTECTED]> Fecha: Mar, 4 de Febrero de 2003, 1:50 pm Para: "itext " <[EMAIL PROTECTED]> Hello, How can i from a servlet print a document and close it after. I can print the document

RE: [iText-questions] Hello.

2003-02-07 Thread Paulo Soares
What help? Best Regards, Paulo Soares > -Original Message- > From: Clau [SMTP:[EMAIL PROTECTED]] > Sent: Friday, February 07, 2003 1:10 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Hello. > > I need help with jfreereport, somebody can give a hand? > > Thanks. > > Clau >

[iText-questions] Re: iText-questions digest, Vol 1 #1002 - 9 msgs

2003-02-07 Thread Jeffrey Schrab
I will be out of the office on Friday. I will be returning Monday. --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com ___

RE: [iText-questions] PdfPCell Row Height

2003-02-07 Thread Paulo Soares
It must be applied to all the row cells. Best Regards, Paulo Soares > -Original Message- > From: Kenny G. Dubuisson, Jr. [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, February 06, 2003 22:13 > To: [EMAIL PROTECTED] > Subject: Re: [iText-questions] PdfPCell Row Height > > to set a row

RE: [iText-questions] Character Encoding in PdfOutline Entry Titl e

2003-02-07 Thread Paulo Soares
It won't work. Compile a modified PdfOutline and put it first in the classpath. I tought a bit about this and the process can be automatic: if only PdfDocEncoding chars are found then there's no need to go to full Unicode. Best Regards, Paulo Soares > -Original Message- > From: Jianhua Ji