ng-pdfviewer icon indicating copy to clipboard operation
ng-pdfviewer copied to clipboard

AngularJS PDF viewer directive using pdf.js.

Results 32 ng-pdfviewer issues
Sort by recently updated
recently updated
newest added

with this patch, it's possible to use ng-pdfviewer interactively by changing the source of the dom element to different data uris. we can use the dom element like this: ```...

Is it applicable to make the src URL value not seen or show the file using its binary to prevent download it and prevent showing its URL when inspecting the...

Hi, I have been trying to show the PDF on mobile app from local folder of Ionic, finally I landed here. I can now display the PDF file inside the...

When I render one pdf some of the pages are rendered upside-down and some are fine. When i go back to the upside-down again, it renders fine. very irregular behaviour.

I notice you do store the zoom scale in scope. Any plans to expose that to allow Zoom tools?

Hi there, I'm trying to show a pdf file (using ng-pdfviewer) in my AngularJS app, but I have many problems... The most important is that when i run the app...

Canvas size is not 100% it's container, causing visual errors. It is not resizing neither, which is absolutely not responsive... I'm trying to convert original viewer.js into an angularjs service,...

When I'm trying to use ng-pdfviewer in my ionic app it will work perfectly for a standard pdf in a normal page. However, when I use it on "sub pages"...

My pdf comes in as a byte array. I'm trying to show it using your viewer. My Controller code: ` lwsService.getdocument(id) .success(function (response) { var fileName = response[0].FileName; var fileImage...