I am creating an application where I need to show PDFs rendering.
For that purpose I successfully installed the MuPDF library and I'm able to see PDFs successfully.
Now I am facing an issue.
I am not able to see PDFs fit to screen.
I followed this also, but no success.
I think I need to do some thing with this method.
private void measureView(View v) {}
Can anyone guide me?
How can I achieve this?