Displaying pdf from the local directory or database in a <object tag
Posted
by nilesh
on Stack Overflow
See other posts from Stack Overflow
or by nilesh
Published on 2010-05-27T09:57:53Z
Indexed on
2010/05/27
10:01 UTC
Read the original article
Hit count: 461
ASP.NET
Hi All, Is there a way to display pdf from local directory or database in a object tag.
My problem is I am trying to display pdf print dialog after pdf is loaded.
This is possible if I load pdf using object tag, but currently my pdf is getting loaded dynamically using response.binarywrite. Any help will be highly appreciated.
regards Nilesh
© Stack Overflow or respective owner