Skip to content

Implement a PDF viewer in an ASP.NET MVC web application.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/asp-net-mvc-implement-pdf-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF Document API for ASP.NET MVC - How to implement a PDF viewer

This example demonstrates how to use the Office File API and ASP.NET MVC Extensions to implement a custom PDF viewer. This PDF viewer displays a PDF document's content as images and allows users to navigate through document pages.

You need an active license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use the Office File API library in production code.

PDF viewer control

Overview

Use the following classes to implement the PDF viewer:

Files to Look At

Documentation

More Examples