background interface looks like this  http://192.168.96.40:8081/xx/getPdf?keyId=xxx1123, link opens directly in the browser and displays a window for downloading the file: 
  
 
now the requirement is to preview the file directly on the browser client. I tried to use pdf.js
<iframe src="../test/js/pdfjs/web/viewer.html?file=http://192.168.96.40:8081/xx/getPdf?keyId=xxx1123" width="100%" height="750"></iframe>it is not possible to preview the pdf file directly. Is there any other way to preview the pdf file stream on the server side on the client side?
