docs

PDF Viewer

PDF viewer is used to display PDF documents within your app, that enables your users to preview PDF documents before printing or downloading them.


Overview

The PDFViewer control displays PDF documents right inside your app. It can be embedded into your page layout, or you can set it to open in a popup dialog. In addition, this control allows you to download the PDF documents it displays.

PDF Viewer Example

For more information, see the API Reference and the Sample.


Details

PDF File Source

You can specify the source of the PDF document that you want to display using the source property that points to a PDF file path. This property can be set to a relative or an absolute path.

Optionally, you can set the source property to a data URI or a blob URL in all major web browsers except Internet Explorer and Microsoft Edge. If you want to use a data URI or a blob URL, you need to make sure that this data URI or blob URL has been validated in advance.For more information, see URL List Validation.

Content Caching

PDF documents displayed in the PDF viewer may or may not be cached, depending on the app that uses the PDF viewer control. It’s up to you to decide how often the content should be refreshed and whether to use caching or not.


Constraints

Supported Device Types

Browser Restrictions

Embedding the PDF Viewer into a Tab

Accessibility

Accessibility features available to the user may vary, depending on the version of the Adobe Acrobat Reader installed.

Fillable PDF Forms

Support for fillable PDF forms depends on the browser and device restrictions.

Related Information

URL List Validation