Can evince pdf reader be setup to do larger zoom than 400%?

PDF documents are usually vector graphics and can be zoomed infinitely. Some PDFs like infographics contain a lot of information and need a large zoom to read them. Why can evince not zoom over 400%? Can it be set up to do a deeper zoom?

2 Answers

It seems an optimization in the use of memory. If the page cache size is increased, evince will allow larger zoom levels.

This can be done from the terminal, allowing to zoom up to around 2700%, with:

gsettings set org.gnome.Evince page-cache-size 2014

3

"The maximal zoom is constrained by page cache size".

So the maximum zoom level depends both of your page cache and the PDF itself (the heavier, the less zoom capability).
For info, display page cache size (50 by default) with

gsettings get org.gnome.Evince page-cache-size

Set it to a bigger value to be able to zoom more, for instance:

gsettings set org.gnome.Evince page-cache-size 2000

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like