[iText-questions] how to write a text on a image before to insert it in a RTF document

2010-07-01 Thread christophe.isson
Hello I'm using iText-Rtf-2.1.7 I'm working on a RTf document and before to insert an image in the RTF doc i'd like to write a special text on the image to a specified position. have you an idea? Thank you for your answer Christophe ISSON Météo France ---

Re: [iText-questions] how to change the height of a cell with itextin a RTF

2010-06-23 Thread christophe.isson
Text where is a method > com.itextpdf.text.pdf.PdfPCell#setFixedHeight, but I’m not sure if it > exists in the version you’re using. > > Danil Galimov > > Team Leader > > for eBusiness T-mobile UK > > Tel: +7 812 457-05-86 ex7504 > > Cell: +7 911 927-33-64 > > Fax: +7 812 327-98-6

[iText-questions] how to change the height of a cell with itext in a RTF

2010-06-23 Thread christophe.isson
HHi, I'm trying to generate a table in an *RTF* document. I need to set the *height* of the table being generated. But I haven't found any API to set the *height* of an individual *cell*. i've tried this : cell.setLeading(0.1f) Can you please confirm if it is possible to set the *height* of

[iText-questions] modify cell height

2010-06-03 Thread christophe.isson
Hi, I'm trying to generate a table in an RTF document. I need to set the height of the table being generated. But I haven't found any API to set the height of an individual cell. Can you please confirm if it is possible to set the height of a cell? I'd want to reduce the top and bottom empty spa