James Turner wrote: >I'm a bit confused, the whole reason I'm using iText is so that I can >produce RTF, HTML and PDF from the same code. > That is: if you use a limited set of objects. PdfGraphics2D won't work for HTML or RTF. It will only work if you create a com.lowagie.text.Image object with a PNG, JPG, WMF, GIF or BMP. NOT with an Image created from a PdfTemplate.
>I've really been trying to avoid having to have separate solutions for >generating my reports in different formats. I tried JasperReports, but it's >pretty clueless about doing anything but a single query per document. > > JasperReports uses iText for its PDF creation. So does Eclipse/BIRT. Maybe you'll have more luck with Eclipse/BIRT (but I'm not sure if it creates RTF). br, Bruno _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
