http://mozilla.github.io/pdf.js/examples/learning/helloworld.html here is a guide how to open pdf files in related folder. I want to open file from absolute path. like
var src = "C:\path\path\file.pdf";
how can I do it? I already try with absolute path but there was an error while downloading file via ajax request
You can download pdf via AJAX on server and after that open it from the server.