Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ng2-pdf-viewer

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2-pdf-viewer - npm Package Versions

1
11

6.1.1

Diff

Changelog

Source

6.1.1

  • [a8ddd42] - Downgrade Typescript for compatibility
vadimdez
published 6.1.0 •

Changelog

Source

6.1.0

  • [#569] - Update to angular 9
  • [#568] - Project seems be incompatible when used in an Angular 9 proejct
vadimdez
published 6.0.2 •

Changelog

Source

6.0.2

  • [#526] - Cancel downloading/rendering, clear rendered pdf
vadimdez
published 6.0.1 •

Changelog

Source

6.0.1

  • [#525] - cancel loading task before loading document
  • [#502] - Is it possible to terminate a page rendering?
vadimdez
published 6.0.0 •

Changelog

Source

6.0.0

  • [#445] - Issue #223 PR
  • [#223] - Update page number when scrolling on "show-all" mode
  • [#440] - Large PDF >300 pages, rendering problems
  • [#422] - Styling issue when trying to putting pdf viewer to right of html content
  • [#410] - Large Size PDF(pages) causes Browser Crash
  • [#394] - Calling this.pdf.pdfViewer.scrollPageIntoView({ pageNumber: 20 }); does not work
  • [#386] - Loading spinners never go away
  • [#337] - Avoid reloading after zoom in/out
  • [#299] - PDF not show when browser zoom is low or low resolution
  • [#261] - Last page never loads when zoom level is below ~0.4
  • [#244] - stick-to-page doesn't work
  • [#219] - Component stops rendering when display goes out of view
  • [#516] - Memory leak issue in IOS when open large PDF file
  • [#471] - ng2-pdf not rendering all pages
  • [#460] - How to disable scroll on page change?
  • [#449] - Blank page IOS
  • [#418] - Can't disable scrollPageIntoView while changing pages in Safari
  • [#414] - PDFDocumentProxy : destroy() doesn't work : memory bloat
  • [#403] - <!doctype html> issue
  • [#397] - stick-to-page does not work
  • [#392] - Memory issue
  • [#388] - Tracking page
  • [#372] - Max size / Scroll bars not visible
  • [#360] - [show-all]="true", [stick-to-page]="true", [page]="boundValue" does not work if I set 'max-height' to 'pdf-viewer'

Breaking change

Now with the use of CSS you need to define dimensions (for example: height) of the pdf-viewer container element. (pdf-viewer should become container with scrollbar) This will improve pdf-viewer performance and eneble all the features.

pdf-viewer {
  /* define height */
  height: 700px;
  /* or use flex for example */
  flex: 1;
}
vadimdez
published 5.3.4 •

Changelog

Source

5.3.4

  • [#508] - Fix PDF scaling when rotating
  • [#509] - add removePageBorders option
  • [#510] - Emit pageChange on MultiPageViewer
vadimdez
published 5.3.3 •

Changelog

Source

5.3.3

  • Update PDFJS dependency
  • [#499] - update page number upon page changing event
  • [#474] - Clicking a link in the pdf performs a page change but does not emit a (pageChange) event
vadimdez
published 5.3.2 •

Changelog

Source

5.3.2

  • [#487] - Deprecated API usage: getViewport is called with obsolete arguments
vadimdez
published 5.3.1 •

Changelog

Source

5.3.1

  • Updated Angular to version 8
  • [#482] - Compatibility with Angular 8
  • [#475] - Conflict pdf.js 2.0.943 and quill.js 1.3.6
vadimdez
published 5.3.0 •

Changelog

Source

5.3.0

  • [#465] - fix: Listen for textlayerrendered events from eventBus
  • Changed init approach: Do not initialize viewer in the hidden views (first try)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc