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

1.0.2

Diff

Changelog

Source

1.0.2

  • [#54] - [show-all] is showing first two page only.
vadimdez
published 1.0.1 •

Changelog

Source

1.0.1

  • [#48] - Use ngOnchanges() instead of update() inside setters
vadimdez
published 1.0.0 •

Changelog

Source

1.0.0

Breaking changes
  • [#47] - Use @Output for after load events

Use (after-load-complete)="afterLoadComplete($event) instead of [after-load-complete]="afterLoadComplete($event) on <pdf-viewer>.

You do not need to bind your callback anymore.

Example of afterLoadComplete callback:

afterLoadComplete(pdf: PDFDocumentProxy) {
  this.pdf = pdf;
}
vadimdez
published 0.1.6 •

Changelog

Source

0.1.6

  • [#39] - background-color css causes PDF text to become invisible.
  • [#43] - PDF is drawn behind the container
vadimdez
published 0.1.5 •

Changelog

Source

0.1.5

  • [#37] - Fix the case where src is still not having a value
vadimdez
published 0.1.4 •

Changelog

Source

0.1.4

  • [#35] - New release causing blank pdf
vadimdez
published 0.1.3 •

Changelog

Source

0.1.3

  • [#29] - Make text selectable
vadimdez
published 0.1.2 •

Changelog

Source

0.1.2

  • [#28] - Fixed set initial page
  • [#30] - Do not reload PDF several times
vadimdez
published 0.1.1 •

Changelog

Source

0.1.1

  • [#27] - Added support for rotating
vadimdez
published 0.1.0 •

Changelog

Source

0.1.0

Breaking changes

  • [#25] - Renamed "on-load-complete" to "after-load-complete"
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