Hello All,
I am trying to convert images(jpg, tif) to pdf using iText. I have had some success in this by creating a simple
jsp which perform the conversion, eventually the whole thing will be included in a
servlet but the jsp makes early development simpler.
The problem I have is that I don't have a direct url/uri to an actual image. The images are stored in a third party EDM system and at present use their servlet to display them(in browser). I also only have their class file, no source.
I have put my jsp code below, I need to do something like
instead of
but all I get is a 'No such file or directory' error. However an 'a href' returns the image. Can anyone help me get the results from the servlet and create the pdf?
Thanks