[iText-questions] [RTF] which is the better rtf viewer for itext

2007-07-06 Thread Manuel Español
Hi, I have the following problem with the code below Table t=new Table(2); Cell c=new Cell(hola 00); c.setRowspan(2); t.addCell(c,0,0); c=new Cell(hola 01); t.addCell(c,0,1); c=new Cell(hola 12); t.addCell(c,1,1); c=new Cell(hola 21);

[iText-questions] RTF cell.setMaxLines method

2007-05-24 Thread Manuel Español
Hi, is there any itext release where cell.setMaxLines method works in RTF documents? Thanks - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your

Re: [iText-questions] [RTF] Cell color background

2007-05-08 Thread Manuel Español
You are right. I used MS Work as a rtf viewer and it doesn't work. For example with OpenOffice the colours work fine Thank you very much - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE

[iText-questions] [RTF] Cell color background

2007-05-07 Thread Manuel Español
My rtf documnet has tables and I need set a backgroung color (for example the color new Color(232,232,232)). I try the following code Table t =new Table(1); Cell c=new Cell(hola); c.setBackgroundColor( new Color(232,232,232)); t.addCell(c); and setBackgroundColor seems to be ignored. I think

[iText-questions] Problem with 1.4.7 iText version Image class in a rtf document

2007-01-19 Thread Manuel Español
Hello all, I have a web application. With itext version 1.2 the following code works fine: Document document; HttpServletRequest request; Table table=new Table(1); URL url=new URL(request.getRequestURL()+/images/tristNegre.bmp); Image image= Image.getInstance(url); Chunk

[iText-questions] Rtf documents and images

2006-11-30 Thread Manuel Español
Hello, I have the following problem: is it possibe set an absolute position, alignments, ... to a image in a rtf document? Thanks in advance Manuel Español - Take Surveys. Earn Cash. Influence the Future of IT Join

[iText-questions] Text alignment in a list

2005-10-06 Thread Manuel Español
(Element.ALIGN_JUSTIFIED); with no correct results Thanks Manuel Español --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl

[iText-questions] Problems with double click over a link in a web application

2005-09-30 Thread Manuel Español
I have built a web application using Struts. In this application I have a link which creates a new Rtf document via an Action of Struts. If I do only one click over the link all works well, but if I do a double click over the link the server sends an error page because the program (the

[iText-questions] Example ProgressServlet.java is not accessible from web

2005-09-28 Thread Manuel Español
Can anyone send me this example? Thanks --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl