oWrap" and
the normal wrapping. Is this possible?
I assume that I have to extend the PdfPCell or implement an Event. Perhaps
somebody can give me a hint how to do this.
Greetins
Peter
From: "Paulo Soares" <[EMAIL PROTECTED]>
To: "M 501" <[EMAIL PROTECTED]>
Hello,
How can I influence the word - splitting in a cell?
I created a PdfPTable with a lockedWidth. I added 2 PdfPCells containing a
Paragrah with a chunk:
Paragraph paragraph = new Paragraph();
if (label != null) {
label = label.trim();
Hello,
I try to generate a dynamic document where all heading should be printed
with a certain font and color. This is no problem. I simply added a new Font
using the BaseFont - class.
Now I also want to set the charakterand word spacing but I don't know how.
Is it possible to simply set the
Hello,
I try to generate acro forms dynamically.
I added a table with a PdfPCellEvent - Class. However, the problem is that
when I try to create radio buttons that are split over multiple pages but
belong to one radio group there is something wrong.
For example if I have 3 radio buttons wher
are not visible since they are
empty and i set the padding to 0. If somebody has a better solution,
please tell me.
From: "M 501" <[EMAIL PROTECTED]>
To: itext-questions@lists.sourceforge.net
Subject: [iText-questions] Form with nested tables
Date: Tue, 17 Jan 2006 20:48:16 +
Hello,
I am trying to generate a pdf using acro - form elements. To position the
form elements I am using tables just like the registration form example.
However, the problem is that I have two kinds of textfield elements, on with
the label on the right side like this:
Hello,
I have got a server application using iText which should generate pdf
documents for different user data. Therefore I want to cache as much as
possible on the server.
One way would be to generate pdf with acroforms and store them on the server
and afterwards fill them with data.
Howe
Hello,
I am new to iText and I have the problem that I want to convert xml files to
pdf. I have seen that there is a possibility to do this. However the problem
is that my xml describes forms. So I wanted to add acro forms to the pdf.
I have read in the mail archive that STOKES Mark NGPS7 has g