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

ng2-pdf-viewer

Package Overview
Dependencies
Maintainers
0
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

13
11

9.1.5

Diff

Changelog

Source

9.1.5 - 16.04.2023

  • [#992] - scale not correctly updated on pdf-viewer rotation for pdf page with 90° rotation
  • [#993] - fix #992 : fix rotation on pdf with included rotation
vadimdez
published 9.1.4 •

Changelog

Source

9.1.4 - 22.02.2023

  • [#943] - chore(deps): bump ejs and webpack-bundle-analyzer
  • [#971] - feat: Support version specific pdf.worker.js url
vadimdez
published 9.1.3 •

Changelog

Source

9.1.3 - 21.11.2022

  • [#947] - Second pdf loaded not navigate on the second page with [show-all]="false"
  • [#948] - fix #947 : reset this._latestScrolledPage on clear method
vadimdez
published 9.1.2 •

Changelog

Source

9.1.2 - 11.09.2022

  • [#925] - 9.1.1 version lacks pdfFindController.executeCommand
  • [#927] - Fix search
  • [#926] - Improve arrangement of annotations

Breaking Change

Since FindController.executeCommand is deprecated, you should now use eventBus to do search. Example:

@ViewChild(PdfViewerComponent) private pdfComponent: PdfViewerComponent;

search(stringToSearch: string) {
  this.pdfComponent.eventBus.dispatch('find', {
    query: stringToSearch, type: 'again', caseSensitive: false, findPrevious: undefined, highlightAll: true, phraseSearch: true
  });
}
vadimdez
published 9.1.1 •

Changelog

Source

9.1.1 - 03.09.2022

  • [#916] - (pageChange) event not getting emitted - Single Page Viewer
  • [#921] - Issue 916 - (pageChange) event not getting emitted - Single Page Viewer
vadimdez
published 9.1.0 •

Changelog

Source

9.1.0 - 24.07.2022

  • [#900] - Upgrade pdfjs-dist to ~2.14.305
  • [#901] - Fix arrangement of annotations #824
vadimdez
published 9.0.0 •

Changelog

Source

9.0.0 - 01.04.2022

  • [#873] - feat: Updated pdfjs-dist version to 2.13.216 from 2.11.338
  • [#879] - Update css for the version 2.13.216
  • [#880] - Use minified worker
  • [#882] - Inline images
  • [#883] - Drop legacy support
vadimdez
published 8.0.1 •

Changelog

Source

8.0.1

  • [#855] - Can't load document after error
  • [#856] - fix can't load document after error
vadimdez
published 8.0.0 •

Changelog

Source

8.0.0

  • [#838] - fix css selector for text selection in chrome
  • [#857] - Angular 13 Update | Enable Ivy
  • [#852] - Encourage the library authors to publish an Ivy distribution.
  • [#854] - TypeError: Cannot read properties of null (reading 'selectors')
  • [#863] - Loader is stuck when upgrade to newest version
vadimdez
published 7.0.2 •

Changelog

Source

7.0.2

  • [#829] - feat: upgrade to pdfjs-dist 2.11.338
  • [#834] - Give sane default to host
  • [#805] - width of pdf page exceed the maximum width and got trimmed from the right side
  • [#811] - .ng2-pdf-viewer-container not in parent container
  • [#828] - can't now show digital signature PKCS#7
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