javascript - Opening Pdf on Google Chrome -


opening local pdf works if specify url , access data dynamically created @ server , fails.

url : "test.pdf" // works

url: "api/items/301/convert/pdf" // fails (ajax call, see attached imageenter image description here)

i using pdf_object.js a javascript interface open pdf files in browser


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -