Quoting Rajeev Mancheril <[EMAIL PROTECTED]>:

> Hi,
> 
> I'm using iText libraries to generate PDF document. 
> I have couple of  questions regarding XML configuration to generate PDF.
> (parsing XML document and replacing database values with the help
> of tagmap).
> 
> 01. How to handle a detail section in a report? (i.e. to display recursive
> data)

I think you should subclass the SAXiTextHandler to deal with
processing instructions.

The way I did it in some projects is to parse the original XML
and construct a new XML InputSource for iText.

> 02. How to set background color for a particular cell using XML
> configuration. This works for me if
>       I specify color code (#008000), but not working if i specify the
> description ("Green")

No, those descriptions are not supported.

Bruno


-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to