Using pdf.js, I want to pass only file id number instead of file url then I will retrieve the file location(file url) from database with that file id number. I want all that process withing the viewer.aspx (I changed it to aspx file) and that viewer.aspx is embedded within a page. Now I am able to see the pdf viewer with default pdf file after embedding it. But I can't handle with pdf viewer instead of passing file url....
Any idea ???
Please do me a favor. Thank you so much.
<%=yourc#variable%>in your web form and set the variable value in the page load. here is an example stackoverflow.com/questions/3553680/…