Re: [iText-questions] Charakter Splitting in Cells

2006-02-12 Thread M 501
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]>

[iText-questions] Charakter Splitting in Cells

2006-02-12 Thread M 501
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();

[iText-questions] Word and Charecter Spacing

2006-02-09 Thread M 501
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

[iText-questions] Radio Buttons over multiple pages

2006-02-07 Thread M 501
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

RE: [iText-questions] Form with nested tables

2006-01-18 Thread M 501
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 +

[iText-questions] Form with nested tables

2006-01-17 Thread M 501
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:

[iText-questions] PdfPCellEvent - Text

2006-01-13 Thread M 501
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

[iText-questions] the old xml to pdf problem

2006-01-12 Thread M 501
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