dealfonso / pdfjs-viewer

A viewer based on PDFjs, which can be embedded in any web page (not using iframes)
Apache License 2.0
59 stars 3 forks source link

tweak the rendering scale to get better resolution #7

Closed dealfonso closed 9 months ago

dealfonso commented 9 months ago

In some devices, the resolution of the resulting pages was poor. So now the option renderingScale is included.

Increasing renderingScale increases the resolution of the rendered pages, but also increases the memory needed to keep them in memory. If the value is set to a high ratio, please consider adjusting extraPagesToLoad.