Free PDF viewers in ASP.net
Posted
by rowmark
on Stack Overflow
See other posts from Stack Overflow
or by rowmark
Published on 2010-03-13T17:00:28Z
Indexed on
2010/03/13
17:05 UTC
Read the original article
Hit count: 298
ASP.NET
Hello experts, I have many PDF documents in binary format which is in the SQL Server 2008 database. I have a gridview in my ASP.net page. When a user clicks on any ID column of the record I need to open the pdf in the browser.
Are there any free PDF viewer controls out there? How can I convert the binary PDF file and display as PDF in the browser.
Thanks
© Stack Overflow or respective owner