Jonny De writes:

> How can I get the meta-data from a Document-instance
> that I set before f.i.
> <code>someDocument.addTitle("Some title");</code> ?

Such information is not kept in memory by the Document,
it is passed to the different writers immediately. 

But is this really a problem? You can keep the title
tied to a Document in a HashMap yourself.

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

Reply via email to