Questions tagged [ngx-extended-pdf-viewer]
53 questions
0
votes
2 answers
0
votes
1 answer
PDF Viewer Plugin for Android lower versions
Hi I am working in angular project, where i need to show a pdf file from API. i am using ngx-extended-pdf-viewer to show the pdf. but its only working on android 8+ devices.
i need to show this pdf in android lower versions like android 4,5,6. can…

saravana kumar
- 29
- 8
0
votes
1 answer
ngx-extended-pdf-viewer not displaying pdf in mobile view in angular 4
I installed npm i ngx-extended-pdf-viewer. Then added these chages in package-cli.json
"assets": ["assets","favicon.ico",{"glob": "**/*","input": "node_modules/ngx-extended-pdf-viewer/bleeding-edge/","output": "assets/" }]
Then I tried to add…

Preeth
- 21
- 5
0
votes
1 answer
How to omit subfolders from node_modules for ngx-extended-pdf-viewer
ngx-extended-pdf-viewer allows to omit the subfolders inline-locale-files and additional-locale after copying the entire library assets
"src/assets",
{
"glob": "**/*",
"input": "node_modules/ngx-extended-pdf-viewer/assets/",
"output":…

imPK
- 764
- 2
- 7
- 30
0
votes
1 answer
Add div on every page (ngx-extended-pdf-viewer)
I am using the ngx-extended-pdf-viewer and I want to add a div on each page..
It works as expected.. my dom looks like this:
(the div with the class="con" was added by me)
Screenshot dom with div
but if I am going to push the zoom button - the added…

angularQuestions
- 108
- 7
0
votes
3 answers
ngx-extended-pdf-viewer print page is shows only the last page of pdf to print
I am using the ngx-extended-pdf-viewer in angular 8 for showing a pdf in a modal, it shows pdf properly but when I'm clicking on the print button it just opening the last page of pdf for print view.
this is my code:

Mohammadreza Imani
- 430
- 5
- 13
0
votes
1 answer
TypeError: Cannot set property 'setHash' of null
While displaying pdf file in Angular 6 using ngx-extended-pdf-viewer, I am getting an error in console as shown below-
html -

Vikash Yadav
- 713
- 1
- 9
- 29
-1
votes
1 answer
ngx-extended-pdf-viewer loads pdf after click or scrolling
Frequently the PDF files are displayed after a long wait. However, they are rendered immediately if you're scrolling or click.
I am using ngx-extended-pdf-viewer with angular.
What to do in order to fix this…

Patel Chintan
- 5
- 2