MishaUliutin / MuPDF.WinRT

Windows 8 and Windows Phone 8 WinRT component - MuPDF wrapper
GNU General Public License v3.0
26 stars 24 forks source link

Blurry PDFs #15

Closed JordanDavies closed 11 years ago

JordanDavies commented 11 years ago

Hi,

We're using your MuPDF library in our Windows Store app but have noticed PDFs become blurry and hard to read at certain zoom levels.

Is this a know bug? Is there anything we can do about this?

Thanks.

MishaUliutin commented 11 years ago

Hi, I don't know such issue, but actually quality of result picture depends on PDF quality, dpi (MuPDFDoc.Create method, resolution parameter - not directly depend, but influence on result picture size), size of picture that you choose for render page and your zoom algorithm.

Best Regards, Misha Uliutin