Hi Andreas, thanks for your nice reply.
> Try something like this to get the encapsulated object: > > COSBase baseObject = ((COSObject)value).getObject(); This got me going. > Do you need the information for a further process or are you just interested > to > see those information for debugging purposes or something similar? Maybe you > should try the PDFDebugger. I want to provide the structure as an XML output file. PDFDebugger is nice but interactive. I need to traverse the tree model programatically and think to manage the task myself now. Just thought that somebody already did it. Best regards, Axel.

