View a PDF document on Server/Desktop

For Server or Desktop-based applications, this is only available on Microsoft Windows.

To view a PDF document.

1// create a view controller
2PDFViewCtrl view = new PDFViewCtrl();
3
4// create a doc instance
5PDFDoc doc = new PDFDoc(filename);
6
7// set doc to the view
8view.SetDoc(doc);

PDF Viewer Control (Simple) sample
Full source code which shows how to use PDF viewer control in a basic project. The sample uses a number of built-in features from PDFViewCtrl to implement document navigation, text highlighting, markup, and editing.

About viewing a document

The Apryse SDK comes with a powerful high level class called PDFViewCtrl that allows users to easily display PDF documents in their application. This class wraps around all the document processing lower level details that are required when displaying a PDF document.

Did you find this helpful?

Trial setup questions?

Ask experts on Discord

Need other help?

Contact Support

Pricing or product questions?

Contact Sales