1
I consume a service that returns a PDF file, I have a web application that I currently give a Windows open in the service call and download the file.
But now I need to render this file in order to generate its automatic printing.
Does anyone know how I can render this file by an Ajax or frame request? In order to try somehow print?
my code is window.open(url)
Welcome home, I could edit your question and put the code you have tried to do ? Or a MCVE? Also enjoy and do the Tour to learn more about the community.
– NoobSaibot
Not always will the browser allow you to show the pdf embedded in the page.
– bfavaretto