I am working on a use case in which I want to embed an image inside a PDF file. After that, I need to send it as a servelet response. I am using PDFBox library from Apache to do so. But, I am not able to resolve the dependencies. POM: <!-- Apache PDFBox Dependencies --><dependency> <groupId>org.a...