Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

VCL PDF Viewer

  • 2 minutes to read

The VCL PDF Viewer control allows you to view, sign, and encrypt Portable Document Format (PDF) files in your application.

VCL PDF Viewer: A PDF Viewer-Based Application Example

The following topics contain information on the basic PDF Viewer functionality:

#Automatic Ribbon/Toolbar UI Generation

You can create a PDF viewer-based form with a fully-functional Ribbon or Toolbar UI in a few clicks:

Refer to the following topics for details:

The PDF Viewer control has a built-in Navigation pane that includes the following pages:

Page Thumbnails

Users can click a page thumbnail to navigate to the corresponding page.

Bookmarks

Bookmarks help users quickly navigate to a page in the document or to an external URI.

Attachments

A document can contain multiple file attachments in any format (images, text files, PDF files, etc.)

PDF Document Attachments

Refer to the following topic for more information: Navigation Pane.

#Support for Interactive Forms

A PDF document can include a form with interactive fields. Users can edit such fields directly in the PDF Viewer control:

Refer to the following topic for details: Interactive Forms.

#PDF Document API

You can use a PDF document container without a PDF Viewer control to manage documents programmatically. Refer to the following topics for details:

See Also