I need to display a PDF file in a div.
Here is what I have done so far.
<object data="D:\Report\428997.pdf" type='application/pdf' style='width: 100%; height: 700px'>
     <embed src='D:\Report\428997.pdf' type='application/pdf' style='width: 100%; height: 700px; border:0;' />
</object>
But, I am getting a blank gray color instead of the PDF.
I also tried changing the settings of Chrome to preview PDF.  
Can anyone point me what I am doing wrong?
 
    