I would like to display a faxed pdf in html page.I am using Sfax service for this.I have sent some pdfs as fax documents and i have downloaded them as pdf documents through their API.But When i try to embed these faxed pdfs i am not able to do it.On Chrome (On other browsers it is shown as blank),it shows "pdf is failed to load" . But when i right click on that embed tag area i am presented with "Save as " option by which i am able to save the file Which means server is sending the pdf file to browser.But my browser is not able to interepret it. Having said that When i put any pdf document except downloaded ones from Sfax ,then all(Chrome,IE and Firefox) browsers are able to display that document.Now i am wondering what could be the reason for not displaying faxed pdf documents?Now my hypothesis for not displaying is like this.Before sending fax ,the fax machine scans the document and converts each page of pdf document to an image.When i download all those are clubbed and sent in a single pdf document containing image of each page of original pdf. Reason for this is if you select some area on page of a pdf it does not work like in the normal pdf document.So is it because of that process my browser not able to display the pdf document. Can somebody shed some light on this?Is my hypothesis correct ? If not what should i do to display faxed pdfs correctly?