Hallo,
in a page of my web application I need to add a button that when clicked shows a PDF in a pop-up window that gives the possibility to the user to downlad it on the PC.
To get the PDF file the application has to call a webservice method that returns the content of the file base64 encoded in the body of the reply. So the application doesn't get the file but a stream that has to be processed to get the file.
Could you kindly advice me a good approach/tutorial to create this functionality?
Thanks and kind regards,
Federico