PDFViewCtrl

A React component for displaying documents of different types such as PDF, docx, pptx, xlsx and various image formats.

PDFViewCtrl is useful when a higher level of customization is required. For easy all-in-one document viewing and editing, use DocumentView.


Members


document

The path or url to the document. Required.

Type: string
Example
<PDFViewCtrl
  document={'https://pdftron.s3.amazonaws.com/downloads/pl/PDFTRON_about.pdf'}
/>