[iText-questions] Can RTF be inserted in PDF?

2004-02-01 Thread Niketan Mourya
Hi, I am using IText to generate PDF files. Previously I was generating PDF for the text contents only. Now I required to insert RTF contents in between the text controls. I know that RTF files can be generated through iText. I would appreciate if any body let me know whether my requirement can

Re: [iText-questions] JSP problem

2004-02-01 Thread Christian Lauer
Hi Roberto, It's hard to exactly control the output that's made from a JSP. For example, if you have some white spaces in your code outside the <% %> tags, the JSP will implicitely send them back to the client as well as the output you have made through iText, this could lead into corrupted PDF ou

Re: [iText-questions] JSP problem

2004-02-01 Thread Bruno
Quoting Roberto Godoy <[EMAIL PROTECTED]>: > Hi, > > I create a jsp to print some reports for me and I cant make this work??? Put some logging into your code. Write the ByteArrayOutputStream to a file on the server: is it a valid PDF file? Is an error thrown on the server side? What do you get

[iText-questions] JSP problem

2004-02-01 Thread Roberto Godoy
Hi,   I create a jsp to print some reports for me and I cant make this work??? Could someone help me??? Acesso.jsp is just to open a connection to the database. Thanks in advance.   Roberto Godoy   <%@ page import="java.io.*,    com.lowagie.text.*,