Quoting [EMAIL PROTECTED]:

> Hello,
> 
> I am facing difficulty in the method  document.add when it is called
> multiple times in while processing the data.
> 
> eg: If I want to add some paragraph data, one List, few tables in one
> single document, it does not work.
> 
> I get
> 
> Error: null
> 
> Could you please help me out?

You have a NullPointerException somewhere.
This doesn't mean you can't add paragraphs, lists, tables,...
in one single document. Just take a look at some of the
more complex examples of the tutorial, to see it's possible.

Without more information, we can't know if the problem is
iText-related or if you are causing the problem yourself
for instance by adding some element object that isn't
instantiated to a Document.

kind regards,
Bruno

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

Reply via email to