Hi everybody,
I'm just stuck with another programming problem. Within a JSP Web Page I have two urls. From two images, one is a Tiff and the other one is a PNG.
The one that is a PNG is like a stamp. The app functionality is to provide kind of a search mechanism for the Tiff images done and then provide the user with the option to print one of those images. BUT the image must be printed with the .PNG at bottom (it must not cover the original image).
One friend recommend me to generate a PDF with the two images inside one page, but I don't know how. Also, Im afraid that when doing that, will reduce the quality or bad-scale the image. Since those images are of very high historic values, the user must be able to print almost in the same original Tiff quality.
I have available a very good web server machine just for this app to work. So I don't mind about heavy use of resource. (Maybe it is not even necessary, but you know, when you ignore something is better to say all).
Than you very much in advance for your support.