Replies: 1 comment 6 replies
-
Can you check if the quality is bad on the Mozilla showcase, too? I suspect it's a problem of the core library. https://mozilla.github.io/pdf.js/web/viewer.html |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
The PDFs, that I need to display in my project, usually contain bunches of text as bitmaps. By default the ngx-extended-pdf-viewer displays the text, especially in small zoom levels, very pixelated. So I wonder wether it is possible to activate anti aliasing.
I already tried to activate the svg renderer by using
pdfDefaultOptions.renderer = 'svg'
, but there are two problems:I would really appreciate if someone can help.
//Additions:
Thanks in advance,
Jan
Beta Was this translation helpful? Give feedback.
All reactions