Dean Krueger wrote:
> The object class name returning is
> "com.lowagie.text.pdf.PRIndirectReference" what is this telling me?

If you do a toString() of this object, you'll get
something like "14 0 R", meaning that the real object
is located outside the dictionary you are inspecting.
It's somewhere in the body of the PDF file.
You'll have to ask the reader for the actual object
with PdfReader.getPdfObject().
Give me some time, and I'll try to adapt the example.
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to