I have multiple PDFs and I want to insert a logo on every page which links to http://xyz.com (that is, clicking on the logo opens xyz.com in the browser). Also, I want to insert some text 'Click Here to view this page at xyz.com' next to the logo where 'Click Here' is a link (different link on every page, like http://xyz.com/show.php?id=76&page=3)
I have been able to add the logo and the text (using the examples in the PDFBox source code) but could not figure out how to add links to the text & image. Is it even possible to do something like this using PDFBox? Any pointers in the right direction will be most helpful. Thanks, Nikhil

