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
107
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

3.0.1

Diff

Changelog

Source

3.0.1

  • [#194] - Fit original document into the viewport.
  • [#206] - Updated Readme for new [fit-to-page] option.
vadimdez
published 3.0.0 •

Changelog

Source

3.0.0

  • [#196] - ng2-pdf-viewer breaks the AOT build with Angular CLI 1.5.0
  • [#187] - ng build fails when AOT is enabled
BREAKING CHANGES

Now ng2-pdf-viewer exports Module instead of Component. That means you have to import PdfViewerModule instead of PdfViewerComponent.

import { PdfViewerModule } from 'ng2-pdf-viewer';

@NgModule({
  imports: [PdfViewerModule]
})
export class YourModule() {}
vadimdez
published 2.0.3 •

Changelog

Source

2.0.3

  • [#190] - Fixed original size for showAll=false
  • [#57] - Disable autoresize
vadimdez
published 2.0.2 •

Changelog

Source

2.0.2

  • [#174] - 2.0.1 no more scrollbar while zooming
vadimdez
published 2.0.1 •

Changelog

Source

2.0.1

  • [#171] - AOT compile issue
  • [#172] - error
vadimdez
published 2.0.0 •

Changelog

Source

2.0.0

  • [#36] - Render text layer, hyperlinks, progressive loading, etc.
  • [#18] - Is it possible to enable hyperlinks in the rendered PDF?
  • [#165] - pdf.js and pdf.worker.js using different versions
  • [#50] - Default Rotation
  • [#164] - Doesn't load blob url with 1.2.7
  • [#160] - some pdf showing in invert color
  • [#156] - Chrome error: Invalid SVG dimensions when 'original-size' = false
  • [#154] - Multiple display issues on Safari (iOS+Desktop)
  • [#147] - GET http://localhost:4200/nullUniGB-UCS2-H 404 (Not Found)
  • [#145] - Issue since update from 1.1.1 to 1.2.1 and not fixed in 1.2.2
  • [#144] - pdf annotation not shown in svg format
  • [#142] - Error: svg:path attribute d: Expected moveto path command ('M' or 'm'), "L 2318.47 6033.1…".
  • [#141] - Mirror/Upside Down document display
  • [#139] - PDF from pdfmake not loading
  • [#134] - PDF not loading. Shows black color
  • [#108] - PDF is loading as plain text as well as PDF, overlapping
  • [#92] - Performance error
  • [#80] - One by one page
vadimdez
published 1.2.7 •

Changelog

Source

1.2.7

Updated dependencies

vadimdez
published 1.2.6 •

Changelog

Source

1.2.6

  • [#140] - Incorrect Font and Font Size Rendering
  • [#151] - force inline style to prevent css override font-family and font-size
vadimdez
published 1.2.5 •

Changelog

Source

1.2.5

  • Update dist
vadimdez
published 1.2.4 •

Changelog

Source

1.2.4

  • [#150] - Used not minified version of pdfjs
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