Skip to content

Components

You can use the TallComponents UnoPdf components to build rich interactive frontend applications. Components for Vue (unopdf-vue) and React (unopdf-react) are available for download on npm.

You can install the UnoPdf Vue components via:

shell
npm install --save @tallcomponents/unopdf-vue
shell
yarn add --save @tallcomponents/unopdf-vue

You can install the UnoPdf React components via:

shell
npm install --save @tallcomponents/unopdf-react
shell
yarn add --save @tallcomponents/unopdf-react

Every web application should at least exactly one <pdf-application> component. The PdfApplication is responsible for managing your session and validating your license key.

A web application requires at least one <pdf-document> components if you want to display or interact with Pdf Documents. You can work with multiple PDF documents simultaneously by using multiple PdfDocument components.

To display pages from a Pdf document you also need a <pdf-pages> component.