tan ean khim writes:

> hi,  
> 
> I have just explore to iText and I want to use it to convert an xml file
> to a pdf file. 
> 
> I have some questions here,
> (1) where can I get more information about the iText tags?

There is not much info about those tags available.
Those tags were meant as a temporary solution.
You can find the tags in the itext.dtd that should
be in the www.tar.gz. 

> (2) how to map a custom tag to iText tag and present the data in a table
> format in pdf file?

If you don't have corresponding tags for <table>, <row> and <cell>,
you will have to handle this in your own Handler-class (that will
be derived from the SAXiTextHandler-class). 

Sorry, but the XML functionality is very experimental in
comparison to the rest of iText (that's also why it's in a
separate jar-file).

_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to