ng2-pdfjs-viewer
ng2-pdfjs-viewer copied to clipboard
Angular PDF viewer powered by Mozilla's PDF.js
Description: I noticed that there is missing text from the image, but the text appears correctly in textLayer when inspecting the page using developer tools.  Screenshots:   Expected...
I don't see this option available, but wondering if there is one or you could work on one to handle the following: We have a pdf that has links to...
Because it uses `window` object directly: https://github.com/intbot/ng2-pdfjs-viewer/blob/6cc01b1d56729bacec301f04cfbe68ebfaf29062/lib/src/ng2-pdfjs-viewer.component.ts#L127 On way to solve this is to use the window from the token, or to not run the this logic at all wrapped...
PDF actions can contain javascript which is then run on load. Angular: 14.1.1 ng2-pdfjs-viewer: 14.0 ``` > ``` I can not share the PDF due to confidential information. but it...
ng2-pdfjs-viewer pdf pages are not loading only one or two pages are loaded and others are blank on ios mobile devices on both safari and chrome 
The latest version of PDF.js is v3.3.122. Is there a specific reason we are using PDF.js v2.2.171?
Regarding your documentation, both `PDFViewerApplication` and `PDFViewerApplicationOptions` can be accessed after the document was loaded (`onDocumentLoad.subscribe`). The problem is, that most of the options must be set **before** the document...
As soon as the ng2-pdfjs-viewer component is loaded it triggers several change detections. And even when he is destroyed these trigger continue. Affecting application performance. Using Angular Devtools I was...
Usage is as follows ngAfterViewInit(){ this.PdfViewer.pdfSrc = this.url; this.PdfViewer.refresh(); } ngOnChanges() { if(refreshRequired){ this.PdfViewer.pdfSrc = this.url; this.PdfViewer.refresh(); } } Thing is the pdf loads fine most of the time, but...
how to add in build close button to this pdf viewer