Click here to Skip to main content
15,891,204 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want view PDF and Word document inside the ASP.Net form,
Is anyone knows how to do this ?
Is there any license free document viewer library ?

Thanks
Udara
Posted
Updated 2-Apr-16 0:46am
Comments
Nespokill 21-Mar-16 9:19am    
Regarding the document, I would suggest you to try converting Word documents to HTML content in C# and then just display that HTML in your form.
Regarding the PDF, I'm not sure if this will suite your needs but how about just using an "iframe" element in your HTML that has a source pointing to your PDF file?

we can not load word document in Aspx page, there is no control/viewer exist for that. you can use IFrame control but before that you need to convert word file to HTML and then you can show it.
see below links, for PDF viewer controls
ASP.NET Document Viewer – Display PDF, Word, Excel & 50+ Other Types of Document in C# for Visual Studio 2012[^]
ASP.NET AJAX-Powered WebForms PDF Viewer[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900