ngx-extended-pdf-viewer icon indicating copy to clipboard operation
ngx-extended-pdf-viewer copied to clipboard

Migrate the features implemented in base_viewer.js to pdf.js 3.0

Open stephanrauh opened this issue 3 years ago • 0 comments

pdf.js 3.0 eliminated base_viewer.js and shifted the functionality to pdf_viewer.js. Unfortunately, this means several features of ngx-extended-pdf-viewer are broken:

  • #495, #716 book mode
  • #950 prerendering pages
  • #1301 scrolling within a page
  • #90 treating [zoom]="undefined" as [zoom]="'auto'"
  • #1095 prevent duplicate rendering
  • #1201 reduce margin in single-page mode
  • #859
  • #367 add the minZoom / maxZoom options

stephanrauh avatar Sep 21 '22 20:09 stephanrauh