I have seen PdfViewer control in WinForm application.Is there any control or method to view Pdf Document in Web-Application ??.Pls Let us know…
PDF Viewer in Web-Form Application
Answers approved by DevExpress Support
Hello,
Currently, PDF viewer control is available for Windows form applications only. Note that you can use iframe and Adobe PDF plugin to display a PDF document in the web browser. Please review the ASP.NET PDF Viewer topic for additional information.
Alternatively, you can use the approach suggested in the How to implement a simple PDF viewer in ASP.NET WebForms web application by using the Document Server functionality example to implement the required task. Should you have any further questions, feel free to contact us.