Skip to content

agurokeendavid/how-to-implement-a-simple-pdf-viewer-in-web-aspnet-webforms-applications-by-using-the-docume-e5095

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Files to look at:

How to implement a simple PDF viewer in web ASP.NET WebForms applications by using the Office File API functionality

[Run Online]

This example demonstrates how to implement a custom web PDF viewer control by using the Office File API functionality.


The main idea of this approach is to use the PdfDocumentProcessor class functionality to load the PDF document and convert its pages to images. Then, these images are rendered in the browser to display PDF document pages.


Important Note:

The Office File API product license is required for using this approach. Please refer to the Subscriptions page for more information.

See also:
How to implement a simple PDF viewer in ASP.NET MVC web application by using the Office File API functionality


About

.NET, ASP.NET Web Forms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 76.1%
  • Classic ASP 23.9%