I use a service that returns a file in PDF, I have a web application that I currently do a Windows open on the service call and downloads the file.
However, I now need to render this file in order to generate the automatic print of it.
Does anyone know how I can render this file through an Ajax or frame request? In order to try somehow to print?
My code is window.open (url)