[iText-questions] PdfPTable gets truncated

2005-04-28 Thread Nandu
Hi, In the PDF document that I am creating, I have to position a table at a particular y-position on the page. The number of rows of the table can vary depending upon some context of my applicaton. In the documentation it is mentioned that if the table doesn't fit in a page it automatically gets s

[iText-questions] PdfPCell Properties

2005-04-28 Thread leo
Hi, I am using PdfPCell to generate cells and add them to the PdfPTable table. But before adding them to the table I want to set attributes of the text, that would be present in the cell. Attributes are like bold, font size, etc. To add the text to the PdfPCell I am writing something like: PdfPCe

RE: [iText-questions] Hypernation

2005-04-28 Thread Paulo Soares
I'm afraid you can't add new patterns. The code was modified and it won't compile. You'll have to wait until next week for a new release to do it. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Pablo Rito > Sent: Thursday, April 28, 2005 10:50

RE: [iText-questions] Help with Page numbering

2005-04-28 Thread Paulo Soares
I don't understand a thing of what you are saying. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of leo > Sent: Thursday, April 28, 2005 12:06 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Help with Page numbering > >

RE: [iText-questions] Page Numbers

2005-04-28 Thread Paulo Soares
PdfStamper > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Nandu > Sent: Thursday, April 28, 2005 2:59 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Page Numbers > > Hi, > > I have a PDF document created using iTe

RE: [iText-questions] Cell events and page breaks,

2005-04-28 Thread Paulo Soares
Everything is working as expected. The event doesn't extend to the other page because the cell that has the event (yellow) is only rendered in the first page. Why should it also be rendered in the second page? > -Original Message- > From: Amit Gijare [mailto:[EMAIL PROTECTED] > Sent: Thu

RE: [iText-questions] PdfSignature

2005-04-28 Thread Paulo Soares
Why do you think you need PdfSignature? > -Original Message- > From: Barrantes Sánchez, Cristina [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 28, 2005 2:51 PM > To: Paulo Soares > Subject: RE: [iText-questions] PdfSignature > > Thank you but I've already seen that information and I

Re: [iText-questions] linebreaks

2005-04-28 Thread Mark Hall
On Thursday 28 April 2005 13:48, Oemer Guersoy wrote: > I'm creating a big rtf document. The document is very big in size too. Is > there a way to leave out the linebreaks in the generated rtf doc. I hope > that will decrease the file size. Currently not. This is on the list of things to do, but no

RE: [iText-questions] Cell events and page breaks,

2005-04-28 Thread Amit Gijare
hi, One more thing I found out in this respect is that if you put the cell event on the container cell (the cell with green cell background) the cell event is rendered and lines extend on the next pages, but anything inside these cell do not. thanks, amit. --- Amit Gijare <[EMAIL PROTECTED]>

[iText-questions] linebreaks

2005-04-28 Thread Oemer Guersoy
Hi, I'm creating a big rtf document. The document is very big in size too. Is there a way to leave out the linebreaks in the generated rtf doc. I hope that will decrease the file size. Thanks Oemer Guersoy -- +++ Sparen beginnt mit GMX DSL: http://www.gmx.net/de/go/dsl --

[iText-questions] Hypernation

2005-04-28 Thread Pablo Rito
Hi ! I need to use hyph-tools for converting patterns to xml for use with IText I have the patterns files for Swedish and Danish , but how do I use the tool ?   Where can I found more information on how to use this tool.   Best regrds,

Re: [iText-questions] affine transformation

2005-04-28 Thread Bruno Lowagie
Thomas Kübler wrote: hallo, i use the affinetransformation to rotate a textcolumn. because the affinetransformation rotate the coordination-system, i have to reset the coordination-system after i rotate the object, otherwise all object will use the new coordination-system. is there a short way

[iText-questions] affine transformation

2005-04-28 Thread Thomas Kübler
hallo, i use the affinetransformation to rotate a textcolumn. because the affinetransformation rotate the coordination-system, i have to reset the coordination-system after i rotate the object, otherwise all object will use the new coordination-system. is there a short way to reset the coordin

[iText-questions] Page Numbers

2005-04-28 Thread Nandu
Hi, I have a PDF document created using iText. To this I have appended pages by importing few other pages from another PDF document(using PdfCopy). How do I set the page numbers for the document now after this append operation ? Thanks, Nandu ---

[iText-questions] Help with Page numbering

2005-04-28 Thread leo
Hi, I am using PDFPTable to print data on the document. I want to print the page number on the page footer. I am not using any iText API methods (document,pdfwriter methods) for that. Reason behind is I have to break the table to the new page if the number of columns on a page exceeds from 8. S