0.1.35 • Published 1 year ago

vuejs-full-pdf-viewer v0.1.35

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Vue.js Full PDF Viewer

Description

This is a Vue component for displaying PDfs. The PDFs are rendered using pdf.js. The rendering includes an image and text layer. In PDF Viewer you can zoom, search for words and rotate the pages. You can also switch between scroll and single page mode.

Props

  • url: passing the PDF URL
  • toolbarColor: color of the main toolbar
  • searchbarColor: color of the search bar

Installation

  • Download the code
  • Run yarn install