[iText-questions] problem with PdfPTable

2003-07-24 Thread Grzegorz Kucner
ak at full rows; if a row is bigger than the page it is dropped silently to avoid infinite loops.' Is there any way to avoid this constraint of PdfPTable and split PdfPCell between to pages ? How to solve this problem ? -- best regards

Re: [iText-questions] Xml concern

2003-07-17 Thread Grzegorz Kucner
There is a tool in java SDK called native2ascii which allows you to convert properties files to proper format from UTF8. I've used it succesfully with properties files written in russian and polish. You can use ant to convert properties files by putting following target in ant's build.xml file:

Re: [iText-questions] How to fit PdfPTable in a page ?

2003-05-30 Thread Grzegorz Kucner
m: "Paulo Soares" <[EMAIL PROTECTED]> To: "'Grzegorz Kucner'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, May 29, 2003 4:50 PM Subject: RE: [iText-questions] How to fit PdfPTable in a page ? > The footer may be blanking the table. The d

Re: [iText-questions] How to fit PdfPTable in a page ?

2003-05-29 Thread Grzegorz Kucner
The only thing I have is footer which is served elsewhere using PageEvent on main writer. Best Regards, Grzegorz Kucner - Original Message - From: "Paulo Soares" <[EMAIL PROTECTED]> To: "'Grzegorz Kucner'" <[EMAIL PROTECTED]>; "Paulo Soares

Re: [iText-questions] How to fit PdfPTable in a page ?

2003-05-29 Thread Grzegorz Kucner
> > -Original Message- > > From: Grzegorz Kucner [SMTP:[EMAIL PROTECTED] > > Sent: Friday, March 21, 2003 17:21 > > To: [EMAIL PROTECTED] > > Subject: [iText-questions] How to fit PdfPTable in a page ? > > > > .. > > > > How to forc

[iText-questions] Vertical text in PdfPCell

2002-08-20 Thread Grzegorz Kucner
Hello, I'm writing report which will have (I hope) several cells with text printed out vertically. The problem is that I don't know how to do it. Is it possible to print out text vertically using PdfPCell (or any other cell within iText package)? If it is please send me some sample code. Reg