ng2-pdfjs-viewer
ng2-pdfjs-viewer copied to clipboard
Angular PDF viewer powered by Mozilla's PDF.js
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,...
Is there a way to know (like an event) when the pdf loading failed for some reason?
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?
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...
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 
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...
   Screen shots are 1 : the upload of the...