Skip to content
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

Zooming in High Res PDFs blurs text and making them unreadable #5072

Closed
CodingFabian opened this issue Jul 23, 2014 · 7 comments
Closed

Zooming in High Res PDFs blurs text and making them unreadable #5072

CodingFabian opened this issue Jul 23, 2014 · 7 comments

Comments

@CodingFabian
Copy link
Contributor

When zooming in on some large drawing/floorplan/map pdfs, the zoomed text becomes unreadable.
It looks like it is rendered to the canvas only once and then upscaled.
As an example see this map:
https://public.centerdevice.de/8ddc0fe8-ecc6-456a-bdac-4e5f58b22f35

This is rendered at 400% using acrobat:
2014-07-23_1503

and this is how it looks in pdfjs:
2014-07-23_1502

This is especially a problem on large maps which require much zooming to be actually readable. if the initial drawing was too small the zooming doesnt help and only enlarges garbage

@yurydelendik
Copy link
Contributor

We blocked growing canvas size to some limit (see #4834) for performance and memory reasons. It is blocked by tiling of the page into smaller canvases.

@CodingFabian
Copy link
Contributor Author

i have assumed that this is related.

@tadashi-koya
Copy link

Deare team.

I am also troubled by the same event.

I attempt #4834 case about maxCanvasPixels tunning but Nothing change.

Is there any tips/workaround for this problem?

regards.

@timvandermeij
Copy link
Contributor

The only good solution is the one that @yurydelendik provided above, but someone needs to implement that, so there is no solution at the moment.

@tadashi-koya
Copy link

Thank you for your advice.

I understand that there is no implementation now.

regards.

@yurydelendik
Copy link
Contributor

Blocked by #6419

@Snuffleupagus
Copy link
Collaborator

Duplicate of #6419

@Snuffleupagus Snuffleupagus marked this as a duplicate of #6419 May 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants