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

I could see that the ng2-pdfjs-viewer create a embedded iframe to help render PDF. However, for security reason ,we have requirement to sandbox all iframe, is there a way that...

Hello, I'm trying to open a blob of a pdf in a new tab for my angular application using this awesome library. This is my code > private downloadPdf(data: Blob,...

Hi, Thanks for the amazing library. I would like to know about the `nameddest` I tried to set the `nameddest` using a variable, and when I change the variable dynamically,...

enhancement

Is there a way to know (like an event) when the pdf loading failed for some reason?

enhancement

Thanks a lot for this great piece of software. Would it be possible to auto refresh/reload the pdf when the pdfSrc property value is changed?

enhancement

I have the requirement of updating some annotation fields before the page is rendered in order to prepopulate them with certain values. Using this library, is it possible? Right now...

enhancement

I combined the two module declarations together. With Angular 14 the module declaration isn't even necessary anymore since you can import components directly, but I left it in there since...

I have installed this inside a project running on angular v12. Getting the following error while running / serving the app ![image](https://github.com/intbot/ng2-pdfjs-viewer/assets/71308081/334c0995-5232-4594-a542-e5501604c553)

1) is it possible to upgrade the version of the pdf.js library inside your utility? 2) Is this wrapper compatible with later versions of pdf.js 3) Describe the pdf.js build...

enhancement

![Screenshot 2024-02-02 at 4 49 31 PM](https://github.com/intbot/ng2-pdfjs-viewer/assets/8271981/869849f7-9452-4dd9-8e82-f27ad842ea7c) ![Screenshot 2024-02-02 at 5 36 36 PM](https://github.com/intbot/ng2-pdfjs-viewer/assets/8271981/62d3fc60-d1db-409e-9467-d4129f27d6a8) ![Screenshot 2024-02-02 at 4 57 18 PM](https://github.com/intbot/ng2-pdfjs-viewer/assets/8271981/31403251-5135-4610-8f13-11092ed9bc34) Screen shots are 1 : the upload of the...