Hello,
I have Spring MVC application and I'm creating PDF view which I did successfully.
Now I want to add picture to my PDF view and from one of my class I tried
but I'm getting FileNotFoundException - C:\resources\img\logo.png (The system cannot find the path specified)Code:Image image=Image.getInstance("/resources/img/logo.png");
Can someone please tell me where should I put my image and how to load it from my class.


Reply With Quote