Ikhsyan Hasan
Ikhsyan Hasan
@argmnt hello.. i have edited PART_SIZE to 600 but still blur on when rendered the page. This my configuration : pdfView.fromUri(uri) .defaultPage(pageNumber) .onPageChange(this) .enableAnnotationRendering(true) .onLoad(this) .scrollHandle(new DefaultScrollHandle(this)) .spacing(10) // in...
@argmnt Yes i have. I edited to 600. public static float PART_SIZE = 600; This my[ Sample PDF](https://www.dropbox.com/s/0eisq9vjcyelzyh/559f5bc8c5224ad06a25184c0a0d78fd.pdf?dl=0)
I have used this line : pdfView.useBestQuality(true); but still blur. Could you try use this [sample](https://www.dropbox.com/s/0eisq9vjcyelzyh/559f5bc8c5224ad06a25184c0a0d78fd.pdf?dl=0) ? @argmnt i use 3.2.0-beta.1 version.
@argmnt i'm using 3.2.0-beta.1. I have add **pdfview.useBestQuality(true);** looks good for page 1 but for the next page still blurry.