Hi, I need your help, how to display the PDF on all screen width on Landscape mode (I use version 2.3.0) @barteksc
pdfView.fromAsset(pdfFile)
.pageFitPolicy(FitPolicy.WIDTH)
.load()
Does it not work?
hi @Hayko985 I tried the function below and it works perfectly for me.
.pageFitPolicy(FitPolicy.BOTH)
Hope it helps :)