Dean Krueger wrote:
> Can you think of an example in the book that would show me how to do this?

Please keep on the mailing list!
Yes, in chapter 18, you explore the internal syntax
of a PDF document. But you don't really need that:
all you need is some common Java knowledge:
if you have a ClassCastException: remove the 'cast'
and get the Object; for instance:
Object o = dict.get(key);
Then ask the Object o.getClass().getName()
and you'll know what you're doing wrong.
br,
Bruno

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to