E Sabof <esabof@gmail.com> writes:
> It tries to up-scale the available bitmap - leading to a loss of
> quality, instead of re-rendering the page from vector data.
You mean, it up-scales when you hit +? That's a feature, because
up-scaling is much faster than reconverting. To make use of the
feature, you should set `doc-view-resolution' to some reasonably high
value. I use this
(setq doc-view-resolution 200)
and it works very well.
Bye,
Tassilo