You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 21, 2026. It is now read-only.
val bitmap = Bitmap.createBitmap(currentPage.width, currentPage.height, Bitmap.Config.ARGB_8888)
currentPage.render(bitmap, null, null, PdfRenderer.Page.RENDER_MODE_FOR_DISPLAY);
in my pdf which opened using PDFRenderer on Zoom in i cannot read the letters while i opened same pdf with other pdf viewer i can read the letters properly. I also debug and check the bitmap object and view bitmap here also on zoom in the bitmap i cannot read the letters properly.