ng2-pdfjs-viewer icon indicating copy to clipboard operation
ng2-pdfjs-viewer copied to clipboard

Angular PDF viewer powered by Mozilla's PDF.js

Results 88 ng2-pdfjs-viewer issues
Sort by recently updated
recently updated
newest added

The script files pdf.js, pdf.worker.js and viewer.js have been minified (issue #22 ), but those versions are not being used. Can the module be updated to use those versions in...

I use PDF viewer within [Dialog](https://material.angular.io/components/dialog). When it opens, sometimes PDF is vertically scrolled to some position. It looks like [this](https://i.imgur.com/RK2mivW.jpg). I think this happens because of below code. ```...

I have a requirement to download the PDF on button click, but i don't want to use the in-built download button. I found the solution how can do it using...

I've enabled full screen mode by setting fullscreen attribute to true. It works perfectly fine with Chrome but full screen button doesn't show up at all for Firefox. I don't...

I have integrated ng2-pdfjs-viewer in my application and i want to create function from where i can search any keyword in the pdf and navigate to tha page where the...

It would be interesting to allow to set the border of the iframe to 0. Can you expose this property? Thanks

In my case [pdfSrc] is backend api which returns pdf data. To authenticate api I need to pass Authorization header. How to pass aditional header to pass this through. Checked...

I need to set withcrednetials = true on the request. I can't see any way to do this. Is this possible?

Currently, the iframe title attribute is hard set within the template to `ng2-pdfjs-viewer`: https://github.com/intbot/ng2-pdfjs-viewer/blob/5f93415482fa0d3aae34205c7c0e970405010e26/dist/index.js#L357 For screen readers users, they're not able to understand what type of content to expect within...

enhancement

Hi, there is an issue with print function in Firefox (version: 70.0.1). When I print pdf, a blank page added to the end of the document. Reproduction with the demo...