DImuthuUpe / AndroidPdfViewer

Android view for displaying PDFs rendered with PdfiumAndroid
Apache License 2.0
8.18k stars 1.91k forks source link

How to set pdffile into center of the pdfview #1055

Open phanindrareddyvedikola opened 2 years ago

phanindrareddyvedikola commented 2 years ago

while using pdfview.zoomCenteredTo(), I am unable to find the center of x & Y pivot point. Any suggestions, please.

m-asadullah commented 2 years ago

pdfView.fromFile(file).fitEachPage(true).load();

Fit the page.