This example demonstrates how to implement a custom web PDF viewer control by using the DevExpress Document Server 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 Document Server product license is required for using this approach. Please refer to the Subscriptions page for more information.