-
-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PDF not show when browser zoom is low or low resolution #299
Comments
@VadimDez is there any update on this? |
I have similar issue but for zoom > 0.98. PDF is visible till I set zoom = 0.98 but if zoom is set to 0.99 or more than it shows loading icon. |
Fixed in |
Picks up render fix VadimDez/ng2-pdf-viewer#299
can anyone tell me the step, I got many errors like ERROR in node_modules/ng2-pdf-viewer/src/app/pdf-viewer/pdf-viewer.module.d.ts:7:100 - error TS2305: Module '"../../../../@types/pdfjs-dist"' has no exported member 'PDFPromise' I did removed ng_module and update version like: "ng2-pdf-viewer": "6.1.3", "ng2-pdf-viewer": "~5.3.4" not worked. |
Hi, i have a problem with component. I have a Blob that get URL to use SRC in component and when i down the zoom in the browser (Chrome, for example, but happend in all browser) cant see PDF. I see the LoadingIcon and not appear the PDF.
Html:
<pdf-viewer [src]="urlPDF" style="display: block;"></pdf-viewer>
Component:
B64toBlob Function:
The text was updated successfully, but these errors were encountered: