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
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:
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
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
> > -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
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